75.2k views
0 votes
Use JavaScript, Html, CSS for coding:

Complete all requirements given below:
• You will be writing code to create a program that manages student records using Objects and Arrays.
• Your program should have on screen buttons to click for managing student record management from a menu based screen that will provide choices such as ADD, MODIFY, VIEW, DELETE a single student record at a time, and EXIT to close and end the program
• The menu based option screen will be the first screen of you program.

User MhagnumDw
by
8.3k points

1 Answer

4 votes

Final answer:

The question is about developing a student record management system with options to manage individual records. This entails creating a menu-based interface with JavaScript functions to handle array containing student objects.

Step-by-step explanation:

The student is requesting help with creating a student record management system using JavaScript, HTML, and CSS. This system will require a menu-based interface with options to add, modify, view, delete student records, and an exit function.

To accomplish this, one could create an HTML structure with buttons representing each action. JavaScript will be used to handle the logic, which will involve creating objects to represent each student and storing them in an array. Functions in JavaScript will correspond to each menu option, allowing manipulation of the array of student records based on user interaction.

User Ryan Kline
by
8.4k points