I'm totally new to c++ programming and I need to solve this problem: in the class 5 pupils got marks for the course informatics on a total of 30 points. these points have to be typed on the keyboard and have to be changed in percent. the average has to be calculated too.
I have to use iterations and I can't use anything other than <iostream>. I tried numerous times to make a decent program but the results are really bad so I'll be useless to show them.