write a program to hold the detail of ten students than name there marks find the name of the studend with highest marks. | Sololearn: Learn to code for FREE!
Новый курс! Каждый программист должен знать генеративный ИИ!
Попробуйте бесплатный урок
0

write a program to hold the detail of ten students than name there marks find the name of the studend with highest marks.

how to write a this program in c++

19th Jan 2017, 4:06 PM
Gopal kumar
Gopal kumar - avatar
1 ответ
0
Write a class student with your necessary attributes. Then initialize an Array with ten students and doi your calclulation.
19th Jan 2017, 4:26 PM
Andreas K
Andreas K - avatar