Question: Problem solving and programming plz I need answers for this Note At the end of this semester, you will submit a lab report and corresponding

Problem solving and programming plz I need answers for this  Problem solving and programming plz I need answers for this Note
At the end of this semester, you will submit a lab report

Note At the end of this semester, you will submit a lab report and corresponding C files to show your works on the lab sessions. You will get score according to your report and programs, the score is part of your semester final score. Hence, you need to make sure your program and report from each lab session are well saved, so that you have them ready to submit at the end of this semester. Overview In the lab sessions, you will try to make a "Student Record System". The target system is a very practical program to manage students' records. Follow each lab session's instructions to make your own "Student Record System" step by step. Lab 2: Student Record System - Multiple Selection & Scores Sorting Instructions Partl: Design Algorithm and Write Program Design algorithm in flowchart and create a new project with corresponding program to do the following tasks. (1) When the program is executed, it displays the prompt messages as below. It requires three scores from the user and saves the 3 scores in 3 variables. Welcome to Student Record System! Please enter 3 scores: Hint: A score should be an integer between 0-100. To achieve this fask, you need 3 integer variables, proper output and input statements. (2) After the user entered three scores, your program displays a menu with 2 choices as shown below. Menu: a. Sort scores in ascending order b. Sort scores in descending order C. Display scores in the original order Please enter your choice: Hint: This task focuses on selection structures and switch selection statement is recommended for user's choice decision making, (3) When the user enters "a" as his/her choice, the program displays the three scores in ascending order; when the user entersb as his/her choice, the program displays the three scores in descending order; when the user enters "e" as his/her choice, the program displays the three scores in the original order (the order user entered the scores). Hint: You need following statement to clear the input buffer after a scanf(), if there are multiple scanf statements in the program. while ((getchar()) !="m'); Part2: Document the Report Your lab report should fit the given template (check Lab2Report.docx"). Save your program project in your computer, copy your flowchart to the 1. Algorithm in Flowchart" in the report, copy your source code (C code) to the 2. Program in C" in the report; take screenshots showing 3 entered scores, menu, user's choices, sorting results (ascending and descending orders), and add the screenshots under "3. Input and output" in your report

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!