+ 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:

21st May 2024, 3:38 AM
Felicia Tania
Felicia Tania - avatar
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:
21st May 2024, 4:38 AM
Marc John Oclinaria Benamera
Marc John Oclinaria Benamera - avatar
+ 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.
21st May 2024, 4:41 AM
Tibor Santa
Tibor Santa - avatar
+ 1
Did this come from a lesson quiz?
21st May 2024, 3:42 AM
Wilbur Jaywright
Wilbur Jaywright - avatar
+ 1
No, I've graduated from high school and haven't entered university yet, my university life starts in September
21st May 2024, 3:53 AM
Felicia Tania
Felicia Tania - avatar
+ 1
Felicia Tania I meant a Sololearn lesson quiz.
21st May 2024, 4:13 AM
Wilbur Jaywright
Wilbur Jaywright - avatar
+ 1
Oh 🤣 No, it's not
21st May 2024, 4:14 AM
Felicia Tania
Felicia Tania - avatar
+ 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
22nd May 2024, 1:30 PM
Obed Kimeme
Obed Kimeme - avatar
+ 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?
22nd May 2024, 1:52 PM
Wilbur Jaywright
Wilbur Jaywright - avatar
+ 1
😅Well if this suspect then let's discuss only here, well I just wanted a coach to supervise me in the c++ language
23rd May 2024, 10:35 AM
Obed Kimeme
Obed Kimeme - avatar