We’ve been conducting a survey for our investigatory project to ask how satisfied the students are with the current state of our school. We used a rating system that allowed the students to rate from 1 to 10. There were so many people who answered our survey that we couldn’t accurately tally the number of people who answered 1, or 10, or any other number in between! Can you help us?
1. How Many?
by CodeChum Admin
We’ve been conducting a survey for our investigatory project to ask how satisfied the students are with the current state of our school. We used a rating system that allowed the students to rate from 1 to 10. There were so many people who answered our survey that we couldn’t accurately tally the number of people who answered 1, or 10, or any other number in between! Can you help us?
Input
1. Value of n
Description
The size of the array
Constraints
The value is guaranteed to be greater than or equal to 1
Sample
2. The elements of the array
Constraints
All of the elements are ≥1 and ≤ 10
Sample
3. Value of y
Description
The value of the element we are counting
Constraints
The value is ≥ 1 and ≤ 10
Sample
Output
Contains the frequency of y.
Step by step
Solved in 3 steps with 1 images