Problem: Write a Java Program that will allow the user to input data. The data will be validated using a loop that requires the user to input the data until it is correct or in the correct range. The selected output wil be displayed with explanation in the Java output terminal window.
Detailed Requirements:
Create new BlueJ Project named AssignmentSix-your Name
Create a program that:
Requires input data from the user
users name
numbers that are summed until the user inputs a sentinel value
validate that the numbers are wihin a prescribed range.
output the useser name, each input value and the sum of all the values.
Accept input from the keyboard using the Scanner classr
Display output using standard output terminal for Java