+ 1
C++ students' scores program
How to make this program? Each student has 4 scores. All of the scores must be in an array. Firstly, the user has to input how many students there are. For example there are 2 students, then the output will be: Number of students: Score 1: Score 2: Score 3: Score 4: Score 1: Score 2: Score 3: Score 4:
9 Réponses
+ 7
You need to learn how to do the following:
For Loops
Arrays (Specially how to initialize a two-dimensional array with a fixed length)
Storing
Basic console printing
Also, you might want to consider this format:
Number of Students:
Scores of Student 1:
Score 1:
Score 2:
Score 3:
Score 4:
Scores of Student 2:
Scores 1:
Scores 2:
Scores 3:
Scores 4:
+ 6
You should go ahead with the C++ intro course, to learn the basics. You can solve this with loops. You should know also about data types and arrays.
+ 1
Did this come from a lesson quiz?
+ 1
No, I've graduated from high school and haven't entered university yet, my university life starts in September
+ 1
Felicia Tania I meant a Sololearn lesson quiz.
+ 1
Oh 🤣 No, it's not
+ 1
Hi, I'm new to the app, can we chat privately to understand the app clearly? Hi, I'm new to the app, can we chat privately to understand the app clearly? Thanks
+ 1
Obed Kimeme Posting a well formatted but clearly copy-pasted question in someone else’s question and asking for PM for no apparent reason to get help
with something that’s pretty obvious is pretty suspicious. What is it that you need to keep private?
+ 1
😅Well if this suspect then let's discuss only here, well I just wanted a coach to supervise me in the c++ language