Question: 1. Write the narrative algorithm and pseudocode 2. Create a flowchart 3. Construct the program using functions in C++ language wowe results? Write on the
1. Write the narrative algorithm and pseudocode 2. Create a flowchart 3. Construct the program using functions in C++ language
wowe results? Write on the space provided the input values and the results. EXERCISE No. 2 Juan wanted to create a program that would use block of code (function) to group the student grades. In each block, it consists of each prelim, midterm and final grade that will required inputting a student name, course, student grade in quiz, seafwork, laboratory exercises, assignment and exam. The formula below show the following computation. Prelim Grade = Quiz * 20% + Seatwork * 10% + Lab. Exercise * 20% + Prelim Exam * 50% Midterm Grade = 20% + Seatwork 10% + Lab. Exercise -20% Midterm Exam 50% Total Midterm Grade = 1/3 Prelim Grade + 2/3 Midterm Grade Final Grade = Quiz * 20% + Seatwork * 10% + Lab. Exercise * 20% + Final Exam 50% Total Final Grade = 1/3 Midterm Grade + 2/3 Final Grade
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
