Ask a New Question

Question

Draw a flowchart to solve this problem.A program to ask user to input 100 marks.Calculate the average marks.Then,display the average value.
4 years ago

Answers

oobleck
sum=0
for i=1..100
read m(i)
sum += m(i)
end for
avg = sum/100
print "average: ", avg
4 years ago

Related Questions

draw an isolation flowchart to show how one would separate mixture of 1-decanol , aniline and benzoi... Draw a flowchart for a program that will accepts 30 intergers and print the number of positive a... Draw a flowchart for a program that reads a date in an 8-digit sequence (month, day, year) and deter... Draw a flowchart and write a pseudocode of a program that allows the user to input their income amou... 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 calculate the average of 50 students in one subject. 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
Ask a New Question
Archives Contact Us Privacy Policy Terms of Use