Q&A Discussions
What's wrong? JAVA code
1 Vote
1 AnswerWhat's the problem?
0 Votes
8 AnswersHow can I read from a file this line
19 34 Gateway Arch - St. Louis, MO.
The first digit is age, second timeUsed, and the rest description. So I want to read them and store them in a variable.
The code insime my while loop of my File is int age = reader.nextInt();
Int Tused = reader.nextInt();
Description = reader.next()
0 Votes
4 AnswersProblem with condition
0 Votes
2 Answers