Tests Executions We've been conducting a survey for our investigatory project to ask how satisfied the main.c students are with the current state of our school. We used a rating system that allowed...


How Many?


Code in C language


Tests<br>Executions<br>We've been conducting a survey for our investigatory project to ask how satisfied the<br>main.c<br>students are with the current state of our school. We used a rating system that allowed the<br>students to rate from 1 to 10. There were so many people who answered our survey that we<br>E Run Tests<br>couldn't accurately tally the number of people who answered 1, or 10, or any other number<br>in between! Can you help us?<br>Test Cases<br>Input<br>O Test Casel<br>1. Value of n<br>Description<br>The size of the array<br>O Test Case 2<br>Constraints<br>The value is guaranteed to be greater than or equal to 1<br>O Test Case 3 Hidden<br>Sample<br>5<br>2. The elements of the array<br>Constraints<br>All of the elements are 21 and s 10<br>Sample<br>2<br>3<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>2<br>7<br>Enter y: 2<br>FREQUENCY: 2<br>

Extracted text: Tests Executions We've been conducting a survey for our investigatory project to ask how satisfied the main.c 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 E Run Tests couldn't accurately tally the number of people who answered 1, or 10, or any other number in between! Can you help us? Test Cases Input O Test Casel 1. Value of n Description The size of the array O Test Case 2 Constraints The value is guaranteed to be greater than or equal to 1 O Test Case 3 Hidden Sample 5 2. The elements of the array Constraints All of the elements are 21 and s 10 Sample 2 3 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: 2 7 Enter y: 2 FREQUENCY: 2

Jun 09, 2022
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here