Question: Design a program: Build a flowchart and a pseudo-code for each of the following questions: 1. Input an ID Number, 3 test grades and a
Design a program: Build a flowchart and a pseudo-code for each of the following questions: 1. Input an ID Number, 3 test grades and a final grade. Each test is worth 20% of the final grade and the final is worth 40%. Calculate the Final Average and print out the ID number and the final average. 2. Design a program that will obtain from the user a length and width for a rectangle and the radius of a circle. Calculate and output the area and perimeter of the rectangle and the area and circumference of the circle. Perform a check using inputs of 7 and 10 for the rectangle and 4 for the circle. Area of rectangle = length x Width Perimeter of rectangle = 2 x (length + Width) Area of circle = Circumference of a circle = 3. Compute the average of 3 grades. Based on attendance, add 5 points to average if absence
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
