Question: Write the pseudocode for the following algorithms. 1. (10 points) Write the pseudo-code to calculate the following weighted average of six numbers. Ask the user

Write the pseudocode for the following algorithms. 1. (10 points) Write the pseudo-code to calculate the following weighted average of six numbers. Ask the user for six numbers and calculate the average based on the equation below. Print the average at the end. average = ( 1 * number, + number, +2 * number +3 * number4 +4 * number + 5* numberg )/15
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
