At Westonci.ca, we provide reliable answers to your questions from a community of experts. Start exploring today! Discover reliable solutions to your questions from a wide network of experts on our comprehensive Q&A platform. Join our Q&A platform to connect with experts dedicated to providing accurate answers to your questions in various fields.

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