Answered step by step
Verified Expert Solution
Question
1 Approved Answer
At the beginning of the system, you need to input number of students. Then, you need to enter the student's identification number ( ID )
At the beginning of the system, you need to input number of students. Then, you need to enter the student's
identification number ID and marks for the assignment and final examination. You have to determine the respective
grades based on the total mark and display the grade based on the following table:
The program must show the assignment marks, final examination marks, total marks and grade for each student. If the
total marks are greater than or equal to the student can proceed to the next semester. Otherwise, the student will
get a failure status.
The example of output is given as follows:
Based on the above programming problem:
i Analyse the problem to identify required items to be used in designing algorithm
ii Write an algorithm in a pseudo code
iii. Draw a flowchart based on the pseudo code
iv Produce a tracing table to show the projected values
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started