Discover the answers you need at Westonci.ca, where experts provide clear and concise information on various topics. Get immediate and reliable solutions to your questions from a knowledgeable community of professionals on our platform. Connect with a community of professionals ready to provide precise solutions to your questions quickly and accurately.

Errors can be syntax errors or logic errors (the code works, but not as intended).
Which of the following statements contains an error? (2 points)
1. System.out.print ("Please enter your age in years: ");
II. String userAge = in.next();
III. int ageInYears = integer.ParseInt (userAge);
O 1) I only
2) II only
3) III only
4) I and II only
5) II and III only