Ask a New Question
Search
Write a C++ program that will accept the marks in a test for a group of 5 students
1 answer
for i=1 to 5
prompt for marks
read marks[i]
next i
Ask a New Question
or
answer this question
.
Similar Questions
Write a C++ program that will accept the marks in a test for a group of 25 students then calculate and
display the average mark
1 answer
write a pseudo code algorithm that will accept the marks in a test for a group of 25 students then calculate and display the
3 answers
The program will accept the final marks of a group of students in a class.
The lecturer can choose '1' to finds the highest and
0 answers
Write a program in C language that prompts a user to enter five different marks for a test in an array. The program then
0 answers
more similar questions