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!
¡Nuevo curso! ¡Todo programador debería aprender IA Generativa!
Prueba una lección gratuita
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 Respuesta
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