This program allows the user to input a number corresponding to a student and displays their information, including their name, registration number, semester, course, marks, and remarks.
- Clone the repository:
git clone https://https://github.com/griffinsgri4/student-information-program.git
- Compile the program:
-
Run the compiled program:
-
Enter the number of times you want to repeat the program when prompted.
-
For each iteration, enter a number from 1 to 5 to select a student and view their information.
Enter the number of times you want to repeat the program: 2 Enter the number corresponding to the student (1 to 5): 3
Name: James Omollo Othiambo Registration: BSCE/409J/2021 Semester: Year 3 Semester 1 Course: Chemical Engineering Marks: B-63 Remarks: Credit
Enter the number corresponding to the student (1 to 5): 5
Name: Marion Adisi Osembo Registration: BIIS/440J/2021 Semester: 1 Course: Survey Marks: D-43 Remarks: Pass
Contributions are welcome! If you'd like to contribute to this project, please fork the repository and submit a pull request with your changes.
This project is licensed under the MIT License.
- Original Author: griffinsgri4