Advertisement
Guest User

Untitled

a guest
Mar 29th, 2016
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. C:\Users\lenovo\Desktop\manuja>javac exercise.java
  2. exercise.java:6: error: cannot find symbol
  3. String word =input.nextLine();
  4. ^
  5. symbol: variable input
  6. location: class exercise
  7. exercise.java:16: error: cannot find symbol
  8. input.close();
  9. ^
  10. symbol: variable input
  11. location: class exercise
  12. 2 errors
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement