Ask a New Question

Question

Write an algorithm then create a flowchart which will read and print
the names and individual scores of 100 students for a particular
examination. You need also to determine their average score, and
display or print it out.
3 years ago

Answers

𝖔𝖔𝖇𝖑𝖊𝖈𝖐
sum=0
for i=1..100
read name[i],score[i]
print name[i],score[i]
sum += score[i]
next i
avg = sum/100
print avg
3 years ago

Related Questions

3rd grade create an algorithm that has a difference of 20 Create an algorithm, flowchart, and pseudocode for a solution of the following problem. This solut... Create an algorithm and flow chart for adding 37 and 64. Write an algorithm to add the number of 2345+1245? how to create algorithm and flowchart by using averageof 100 students for particular examination create a algorithm to solve problem .writte a algorithm using pseudcode 1. Create an algorithm that identifies if the number of inputs/output is Odd or Even numbers. 2. Cr... HOW TO WRITE ALGORITHM TO add the number 1 to 100 and display the sum After you write the algorithm, write a few sentences reflecting on your experience: What was tricky... Step 1: Create an Algorithm We create algorithms to find solutions to problems. In this case, you ar...
Ask a New Question
Archives Contact Us Privacy Policy Terms of Use