Advertisement
Guest User

Untitled

a guest
Sep 24th, 2012
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.48 KB | None | 0 0
  1. [pavel@Lightning-Squirrel homework1]$ javac Matrix.java
  2. Matrix.java:19: variable A might not have been initialized
  3. A[i][j] = a;
  4. ^
  5. Matrix.java:12: unreported exception java.io.IOException; must be caught or declared to be thrown
  6. n = (int) br.read();
  7. ^
  8. Matrix.java:14: unreported exception java.io.IOException; must be caught or declared to be thrown
  9. m = (int) br.read();
  10. ^
  11. 3 errors
  12. [pavel@Lightning-Squirrel homework1]$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement