Search:

Type: Posts; User: Norm

Search: Search took 0.19 seconds.

  1. Re: Program that reads data from a text file...need help

    Use the String split method to break the String into 4 parts. Then use the Float class to parse the last part to a float
  2. Re: Program that reads data from a text file...need help

    Break the project up into several small steps.
    First: Write a program to read lines from a file and print them out.

    When that works, add code to convert the data in the lines to the correct...
Results 1 to 2 of 2