Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Exception in thread "main" java.lang.Error: Unresolved compilation problems:
- Type mismatch: cannot convert from void to String
- Duplicate local variable sInputArray
- Type mismatch: cannot convert from String to int
- at practiceProblem2.Main.userInput(Main.java:42)
- at practiceProblem2.Main.main(Main.java:31)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement