"Computer science is no more about computers than astronomy is about telescopes" - Edsger Dijkstra
"Computer science is no more about computers than astronomy is about telescopes" - Edsger Dijkstra
"Computer science is no more about computers than astronomy is about telescopes" - Edsger Dijkstra
"Computer science is no more about computers than astronomy is about telescopes" - Edsger Dijkstra
Some problems are so complex that you have to be highly intelligent and well informed just to be undecided about them. - Laurence J. Peter
Originally posted by Jeremy Bernard:
Now it's pointing to the ( after (read.readLine( .......Seems like it's telling me something is wrong with the bracket.. maybe I missed something there?..
C:\WINDOWS\Desktop\test.java:15: unreported exception java.io.IOException; must be caught or declared to be thrown
amount = Integer.parseInt(read.readLine());
^
1 error
Tool completed with exit code 1
"Computer science is no more about computers than astronomy is about telescopes" - Edsger Dijkstra