I'm a fresh in writting C program...
still learning n hav struggling with it~~
could anyone give me some hints to complete it?
--------------------------------------------------------------------------
Create an application, which helps manage the in-course assessments of an intake in COLLEGE X. This program is meant for lecturers to key-in and view, the marks of any assessment of the students. Take the assessments planned for an arbitrary intake of 15 students and design a system whereby marks can be entered and viewed for all 15 students.
The menus below would help you understand the requirements of the system.
Main menu
FF0342 In-course Assessments
1.Test 1
2.Assignment
3.Test 2
4.EXIT program
Choice:_
--------------------------------------------------------------------
Test 1
1.Enter marks
2.View marks
3.Back to Main Menu
Choice:_
-------------------------------------------------------------------------
Similar screens must be provided for the Assignment and Test 2. The program should be made to exit only from the main menu.
For Enter marks option, the user must be given a prompt after entering a student’s mark to continue or to go back to the previous menu. Therefore, the user need not enter ALL marks in one go. The View marks option must display all the marks entered so far, for the particular assessment.
Note: The program must not take in marks for more than the stated 15 students.
Your program must be modular, user-friendly using all efficient programming techniques. Global variables can be declared provided their usage in all the functions declared below it, is justified. There should be no need for graphics in your program, as what is being assessed, is your programming skills not the interface design.