Question: Very new to Java, please help, and put comments please please Question 2 - Largest of Three with User Input (40 points) For this assignment,
Question 2 - Largest of Three with User Input (40 points) For this assignment, you have to implement simple user input and think about how best to solve a problem. There are many ways to do this assignment. Some are better than others. Make sure you test your solution with a variety of inputs including all of the examples mentioned in the assignment Write a program that reads in three integers and determines and prints the largest number numerically in the group. The values are NOT necessarily entered in numeric order. The program must prompt the user ( using println ) to enter all the three inputs on the same line separated by space and read the three values from the console (using same Scanner object). It should then print the result message "The largest value among a,b, and c is x> " (where a,b,c, and x are replaced by the actual values.). Use only techniques covered in Chapters 1, 2, and 3. You may use the comparison operators "=", "!=", ">", ">=", "
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
