Tests Executions main.c 4. In Between by CodeChum Admin CE Run Tests Hello there! I am a robot that was made to read and analyze numbers of all sorts. I've been doing simple operations for a while now...


In Between


Code in C language


Tests<br>Executions<br>main.c<br>4. In Between<br>by CodeChum Admin<br>CE Run Tests<br>Hello there! I am a robot that was made to read and analyze numbers of<br>all sorts. I've been doing simple operations for a while now and I think I'm<br>Test Cases<br>ready to handle more difficult ones. I want you to program me to be able<br>to analyze an array of integers and a value of x and y, that for each<br>element in the array, I would print YES if the integer is within bounds of<br>O Test Case 1<br>the given x and y (inclusive) and NO if the integer isn't.<br>O Test Case 2<br>Input<br>1. Size of the array<br>O Test Case 3<br>2. Values of the elements in the array<br>3. Value of x and y<br>O Test Case 4 Hidden<br>Output<br>The first line will contain a message prompt to input the size of the array.<br>The succeeding lines will contain prompts to input the elements of the<br>O Test Case 5 Hidden<br>array.<br>The next line after that contains the value of x and y.<br>The succeeding lines contain either

Extracted text: Tests Executions main.c 4. In Between by CodeChum Admin CE Run Tests Hello there! I am a robot that was made to read and analyze numbers of all sorts. I've been doing simple operations for a while now and I think I'm Test Cases ready to handle more difficult ones. I want you to program me to be able to analyze an array of integers and a value of x and y, that for each element in the array, I would print YES if the integer is within bounds of O Test Case 1 the given x and y (inclusive) and NO if the integer isn't. O Test Case 2 Input 1. Size of the array O Test Case 3 2. Values of the elements in the array 3. Value of x and y O Test Case 4 Hidden Output The first line will contain a message prompt to input the size of the array. The succeeding lines will contain prompts to input the elements of the O Test Case 5 Hidden array. The next line after that contains the value of x and y. The succeeding lines contain either "YES" or "NO". O Test Case 6 Hidden Enter the size of the array: 4 Element #1: 2421 Element #2: 3245 Element #3: 1324 Element #4: 2443 Enter x and y: 2000 3000 Element #1 = YES Element #2 = NO Element #3 -= NO Element #4 = YES

Jun 09, 2022
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here