Example input: Text in bold is entered by the user Do you want to continue (y/n) ? y Enter the student's name: John Smith Enter the student's degree: Computer Science Enter the student's points: 125...


Example<br>input:<br>Text in bold is entered by the user<br>Do you want to continue (y/n) ? y<br>Enter the student's name: John Smith<br>Enter the student's degree: Computer Science<br>Enter the student's points: 125<br>Do you want to continue (y/n) ? y<br>Enter the student's name: Edward Jones<br>Enter the student's degree: Mathematics<br>Enter the student's points: 80<br>Do you want to continue (y/n) ? n<br>Output:<br>Student's Name Student's Degree Student's Points<br>John Smith Computer Science 125<br>Edward Jones Mathematics 80.<br>

Extracted text: Example input: Text in bold is entered by the user Do you want to continue (y/n) ? y Enter the student's name: John Smith Enter the student's degree: Computer Science Enter the student's points: 125 Do you want to continue (y/n) ? y Enter the student's name: Edward Jones Enter the student's degree: Mathematics Enter the student's points: 80 Do you want to continue (y/n) ? n Output: Student's Name Student's Degree Student's Points John Smith Computer Science 125 Edward Jones Mathematics 80.
1. Create a simple Java application to manage student information.<br>The application should have a text-based interface. The application should prompt the user for the following<br>information: Full Name, Degree, and Points. The user should be able to continuously enter student data until<br>an exit key is pressed (se the algorithm below). After the student has entered the student data the application<br>should display all student data entered.<br>Algorithm<br>1 Ask if the user if wants to stop entering data<br>2 Do the following until the student wants to stop entering data<br>2.1 Prompt the user to enter data for a new student<br>2.2 Save the new student data<br>2.3 Ask if the user wants to stop entering data<br>2 Show all student data entered<br>3 Exit program<br>

Extracted text: 1. Create a simple Java application to manage student information. The application should have a text-based interface. The application should prompt the user for the following information: Full Name, Degree, and Points. The user should be able to continuously enter student data until an exit key is pressed (se the algorithm below). After the student has entered the student data the application should display all student data entered. Algorithm 1 Ask if the user if wants to stop entering data 2 Do the following until the student wants to stop entering data 2.1 Prompt the user to enter data for a new student 2.2 Save the new student data 2.3 Ask if the user wants to stop entering data 2 Show all student data entered 3 Exit program

Jun 10, 2022
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here