Search:

Type: Posts; User: jwillett29

Search: Search took 0.10 seconds.

  1. Replies
    10
    Views
    1,083

    [SOLVED] Re: Beginner question

    Yes thank you I did renamed it finally figured it out. Thank you I think I got it.
  2. Replies
    10
    Views
    1,083

    [SOLVED] Re: Beginner question

    My formula goes like this:

    The user inputs MBytes and Seconds/DL
    Then after the user inputs two values the program has to divide the two values to get the total.
    The total which is not reflected...
  3. Replies
    10
    Views
    1,083

    [SOLVED] Re: Beginner question

    No the total value is not from the user input. I need it to be calculated after the user inputs fileSize and totalSec. I just need it to calculate internally then produce hr min sec output.
  4. Replies
    10
    Views
    1,083

    [SOLVED] Re: Beginner question

    There is no error message my problem is that I need to get 2 input values.

    Basically I just need to divide the fileSize and totalSec then the Total will have to be shown in hrs mins and secs.
    ...
  5. Replies
    10
    Views
    1,083

    [SOLVED] Beginner question

    I need help with my code to declare the total value.

    --- Update ---




    import java.util.Scanner;
Results 1 to 5 of 5