- 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 43 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,4
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am
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
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