Search:

Type: Posts; User: Norm

Search: Search took 0.13 seconds.

  1. [SOLVED] Re: Need Help ASAP with my code. should be an easy one for you guys!

    Let println be your friend.
  2. [SOLVED] Re: Need Help ASAP with my code. should be an easy one for you guys!

    Break the equation up into pieces and print out each piece:

    System.out.println("secFromMid-secFromMid%3600="+ (secFromMid-secFromMid%3600));

    For ease of testing, I suggest you work with...
  3. [SOLVED] Re: Need Help ASAP with my code. should be an easy one for you guys!

    You do not show what prints out when you do as I suggested. That will tell you what you code is doing.
    The formulas you just posted are what you WANT the code to do. But you need to see what the...
  4. [SOLVED] Re: Need Help ASAP with my code. should be an easy one for you guys!

    Break the statement up into parts and print out the values of all the parts to see why the results is zero
  5. [SOLVED] Re: Need Help ASAP with my code. should be an easy one for you guys!

    Please edit your post and add code tags around your code to preserve its formatting. Unformatted code is hard to read and understand.
    See: BB Code List - Java Programming Forums - The Java Community...
Results 1 to 5 of 5