Ask a New Question
Search
Develop a program pseudo code to read the names and scores for ten students,it should calculate and report the average
1 answer
sum=0
for i=1..10
read score
sum += score
end for
avg = sum/10
print avg
Ask a New Question
or
answer this question
.
Similar Questions
Develop an algorithm or write a pseudo-code that accepts as input the names of an unspecified number of students who each have
0 answers
Write pseudo code for this program:any students whom got CGPA more than 2.0 will pass their study ,and less than 2.0 will fail
0 answers
. Develop an algorithm pseudo-code or flowchart that will accept the names of each sales staff members and their total sales for
1 answer
. Develop an algorithm pseudo-code or flowchart that will accept the names of each sales
staff members and their total sales for
1 answer
more similar questions