Academic Integrity: tutoring, explanations, and feedback — we don’t complete graded work or submit on a student’s behalf.

Create a student record management system With JAVA using linked list and queue

ID: 3784151 • Letter: C

Question

Create a student record management system With JAVA

using linked list and queue using Java language and (oracle or any) database to save files and GUI Java swing to create background

The program will have the following properties:

A. Register students ( assume each students has ID, first name, last name and middle name)

B. Register students with courses ( course no ,course title chr )

C. Able to maintain grade on which course they are registered

D. Searches students by ID displays if found

E. Searches by course name

F. Sorts student name in alphabetical order

G. Displays the details of all students

H. Deletes a student by id

I. Deletes a course by courseNumber

J. Handles errors in informative ways

Explanation / Answer

import java.util.*; public class Student { public static void main(String[] args) { int i, q, z, c, b; int x=0; String[] name = new String[30]; int[] age = new int[30]; String[] course = new String[30]; String[] year = new String[30]; String[] section = new String[30]; int menuChoice; Scanner input = new Scanner (System.in); start: do{ System.out.println(" Student Record Menu"); System.out.println(" 1. Add Student 2. View Students 3. Search Student 4. Exit"); System.out.println("Enter a choice: "); menuChoice = input.nextInt(); if (menuChoice==1) { for (z=x; z
Hire Me For All Your Tutoring Needs
Integrity-first tutoring: clear explanations, guidance, and feedback.
Drop an Email at
drjack9650@gmail.com
Chat Now And Get Quote