Advertisement
Guest User

Untitled

a guest
May 15th, 2018
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. Exception in thread "main" java.lang.Error: Unresolved compilation problems:
  2. Type mismatch: cannot convert from void to String
  3. Duplicate local variable sInputArray
  4. Type mismatch: cannot convert from String to int
  5.  
  6. at practiceProblem2.Main.userInput(Main.java:42)
  7. at practiceProblem2.Main.main(Main.java:31)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement