Search:

Type: Posts; User: Rugby_Thompson

Search: Search took 0.08 seconds.

  1. Replies
    1
    Views
    1,358

    Random Number Generator

    I have to generate two random numbers, add them, and let the user type in the answer, and display if they are correct and if not give them the correct answer. I can't figure out how to know what the...
  2. Replies
    6
    Views
    1,674

    Reading a File

    So this is how the FIle I need to read looks.

    Sue Smith
    7 6.5
    8.0 25.0

    The First line is the name.
    Second line is the The number of trees followed by the hours
    THe third line is the...
  3. Replies
    6
    Views
    1,674

    Re: Java program that reads a file

    Ok I'll send what i have. I just want it to read the file and output the customer's name. There's no output in the console
    [Code=Java}
    import java.io.File;
    import java.io.FileNotFoundException;...
  4. Replies
    6
    Views
    1,674

    Java program that reads a file

    [code=Java]
    I have to compute a program that calculates charges for several customers.
    Tree removal $250.00 per tree
    Tree trimming $40.00 per hour
    Stump grinding $25.00 plus $2.00 per inch for...
Results 1 to 4 of 4