Ask a New Question

Question

Draw a flowchart that will accept the physics score by 30 students calculate and print the average mark
3 years ago

Answers

oobleck
sum = 0
for i=1..30
read score
sum += score
next i
avg = sum/30
print avg

I assume you can construct the flowchart for a loop
3 years ago

Related Questions

Draw a structured flowchart and write pseudocode that describes the process of looking up a word in... draw a flowchart and write a program and pseudocode that prompts the user for a starting balance and... 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 and algorithm pseudo code to print the product of the first 10 even number. Draw a flowchart that will accept the length of the base and height of a triangle and print the are... 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