Click here to Skip to main content
15,893,161 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Write a program that accepts the marks for five different units for 10 students.
The program then should display the total score for the units of each student. Use any loop structure of your choice.

What I have tried:

It has really bothered me and I have failed to do it correctly.
Posted
Updated 15-Nov-17 10:26am
v2
Comments
CHill60 15-Nov-17 15:17pm    
This is your homework. You have to at least show us what you have tried - even if it failed to work. Tell us how it failed. You won't get any help otherwise
jeron1 15-Nov-17 15:20pm    
No question has been asked. If you have tried writing some code and it doesn't work, post the code here and explain what is not working as expected.
ZurdoDev 15-Nov-17 15:35pm    
You need to get input and do that 5 times using a loop. Where are you stuck?
Member 13523338 16-Nov-17 5:23am    
Thank you so much. I was stuck at the input part but all is well now.

1 solution

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900