Ask a New Question

Question

Draw a flowchart to calculate the average of 50 students in one subject.
9 years ago

Answers

Steve
no diagrams, but the steps are

n=50
i=0
sum=0
get score
i += 1
sum += score
i<n?
If so, repeat

avg = sum/n
9 years ago
Tariq
I want a program that calculates the average mark in a class of 30.
5 years ago
shanika
Draw a flow chart to input one module mark of 50 students and display average mark of a student.

Please give me a answer....
4 years ago

Related Questions

9. Draw the flowchart or write the pseudocode for an application that allows a user to enter an auto... Draw a flowchart or write the pseudocode for an application that allows a user to enter price and co... Draw a flowchart for a program that will accepts 30 intergers and print the number of positive a... HOW CAN I DRAW A FLOWCHART THAT WILL PRODUCE THE FOLLOWING OUTPUT REPORT, ITEM, PRICE, QUANTITY AND... Draw the flowchart or pseudocode for an application that allows a user to enter the price of an item... draw a flowchart to read in discourse of 50 student in a course and complete and display the average... draw a flowchart to sum all the even numbers between 1 and 20 inclusive and then display the sum how to draw the flowchart to add numbers from 1 to 100 and display the sum Draw a Flowchart to find and print the sum of three numbers
Ask a New Question
Archives Contact Us Privacy Policy Terms of Use