Page 1 of 1

L#15 Write a C++ program to create an array named score of size 10. Initialize ten students scores as follows 90,80,96,4

Posted: Fri Jul 08, 2022 6:43 am
by answerhappygod
L 15 Write A C Program To Create An Array Named Score Of Size 10 Initialize Ten Students Scores As Follows 90 80 96 4 1
L 15 Write A C Program To Create An Array Named Score Of Size 10 Initialize Ten Students Scores As Follows 90 80 96 4 1 (56.1 KiB) Viewed 46 times
L#15 Write a C++ program to create an array named score of size 10. Initialize ten students scores as follows 90,80,96,40,85,56,78,98,23,90. Pass the array as Function arguments and count the number of students who scored >=95. Display the count in the main function. Sample Run Count students scored >=95 : 2