Ask a New Question

Question

write algorithm to calculate average from 25 exams score write pseudocode and flowchart
4 years ago

Answers

oobleck
sum=0
for i=1..25
sum += score[i]
next i
avg = sum/25
4 years ago
Tsega Dawit
Start
1.sum=0
2.c=0
3.Read x
4. sum=sum+x
5.c=c+1
6.c=25
7.A=s/c
8.p+1
End
3 years ago
serans
hdelp
3 years ago
serans
help
3 years ago

Related Questions

Write an algorithm that seems to make sense for dividing any whole number by a fraction write an algorithm for each of these two problems in pseudocode.(20 points each) Mrs. Smith is o... How to write an algorithm to find the fibonacci series ??? Help:/ How can I write the algorithm in pseudocode to solve this problem: There is 15 pupils in the intr... Write an algorithm to calculate the percentage of a student. write an algorithm to calculate payment of an employee 1.5 times in the hourly rate per hours, work... Write an algorithm to calculate compound interest Algorithm to calculate total marks of five subject calculate percentage and specify grad After you write the algorithm, write a few sentences reflecting on your experience: What was tricky... algorithm to calculate the total and percentage of marks of 3 subjects and display the total, percen...
Ask a New Question
Archives Contact Us Privacy Policy Terms of Use