Answered step by step
Verified Expert Solution
Question
1 Approved Answer
ABC College is a local education provider that specialises in software development, information management, and mobile application development training. The educational provider has recently
ABC College is a local education provider that specialises in software development, information management, and mobile application development training. The educational provider has recently opened a college in your town and has hired the software development house you work for to design a Java application to manage their students. Your line manager has requested you develop the application with the following requirements: 1.1. When the application starts, it must display the following menu structure: Sample Menu Screen Shot STUDENT MANAGEMENT APPLICATION ******* Enter (1) to launch menu or any other key to exit Please (1) Capture a new student. (2) Search for a student. ct one the following menu items: (3) Delete a student. (4) Print student report. (5) Exit Application. ******* 1.2. If the user selects to capture a new student, you must save all the information supplied by the user to memory. You may use arrays or array lists to save the student model to achieve this. Sample Capture Student Screen Shot CAPTURE A NEW STUDENT ************************* 1.3. Enter the student id: 10111 Enter the student name: J.Bloggs Enter the student age: 19 Enter the student email: jbloggs@ymail.com Enter the student course: disd Enter (1) to launch menu or any other key to exit If the user enters an incorrect student age, prompt the user to re-enter a valid one. A valid student age is any age greater than or equal to 16. Only numbers are allowed to be supplied when entering a student's age.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Student class public class Student Fields private int studentId private String studentName private i...Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started