Question: Design a program: Build a flowchart and a pseudo-code for each of the following questions: Input an ID Number, 3 test grades and a final
Design a program: Build a flowchart and a pseudo-code for each of the following questions:
- 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.
- 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 =
- Compute the average of 3 grades. Based on attendance, add 5 points to average if absence < 4.
- Design a program that will obtain scores from the user as long as the score is greater than or equal to zero. Determine whether the score is passing (60 or above) or failing and output an appropriate message.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
