Search:

Type: Posts; User: Norm

Search: Search took 0.19 seconds.

  1. Replies
    6
    Views
    597

    Re: Issue display result in time format

    The code is using integer math: 4/10 = 0 Change it to use decimal: 4/10.0 = 0.4
  2. Replies
    6
    Views
    597

    Re: Issue display result in time format

    What should be the values of hour and minutes for those values of "5" and "900"?
  3. Replies
    6
    Views
    597

    Re: Issue display result in time format

    Can you print out and post some examples of input to the code and the output that the code creates?
    What values are in num1 and num2?
    What Strings are returned by the getText methods of e1 and e2?
Results 1 to 3 of 3