Write a program that inputs marks of ten students in an array and counts the number of students that have marks between 80 and 100.
Write a program that inputs marks of ten students in an array (maximum marks are 100) and counts the number of students that have marks between 80 and 100. So let’s Write Code: Write a program that inputs marks of ten students in an array (maximum marks are 100) and counts the number of students…