3. 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...


basic c structure



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

Extracted text: 3. 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 z1 and s 10 Sample 3. Value of y Description The value of the element we are counting Constraints The value is 1 and s 10 Sample 2. Output Contains the frequency of y. Enter n: 5 Enter elements: Enter y: 2 FREQUENCY: 2

Jun 06, 2022
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here