Lab 5
Lab 5
Lab Task 2: Problem Statement: In this task you must develop apply the stepwise top down refinement approach to solve the given problem. The task at hand is to design a complete marksheet generation software. The software takes input marks of any number of subjects (hint: use sentinel control value), calculates the percentage and gives a grade based on the total number of subjects entered. 1. Develop the pseudo code 2. Implement the C program You must ensure that The user must not input a value of greater than 100 while entering marks The user should be able to enter marks for as many subjects as he may like The output of the program should be in a proper format that resembles a printed mark sheet that you may have received when you passed in college or school.
NOTES: For help use your lecture slides or You can ask for help from the TAs You have to submit your source code files and Microsoft word file (which contains your pseudocode) on LMS to complete the lab