Simple Student Management System

# Introduction In this challenge, we will be implementing a simple student management system. The goal is to use the knowledge of loop structure, branch structure, methods, and classes to create a program that can display a menu, receive user input, and execute module functions such as adding, deleting, updating, and querying student data. The program should have a user-friendly interface and display the desired output as shown in the challenge instructions.

|60 : 00

Click the virtual machine below to start practicing