the errors are on line 22, 34, 181, and 187 - I don't understand the errors - need explanation in simple terms...Sorry keep forgetting things
line 22 error - class wk5calcjp2 is public, should be declared in a file named wk5calcjp2.java
line 34 error - illegal start of expression
line 181 error - bad operand types for binary operation, first type; int [] second type; int
line 187 error - inconvertible types required: int, found :<any> and also bad operand types for binary operation, first type; [] second type; int