1. identify which elements are even and odd, 2. identify which are positive and negative elements 3. identify which elements are from 30 -70 only 4. Largest and smallest 5. sorting, arrange in...


C++ PROGRAM USING ARRAY AND LOOPING.


1. identify which elements are even and odd,<br>2. identify which are positive and negative elements<br>3. identify which elements are from 30 -70 only<br>4. Largest and smallest<br>5. sorting, arrange in ascending and descending<br>RESULT:<br>IDENTIFYING NUMBERS EVEN/ODD<br>Input how many numbers would you like to identify: 5<br>Input no. [0]: 13<br>Input no. [1]: 55<br>Input no. [2]: 67<br>Input no. [3]: -69<br>Input no. [4]: 1<br>You inputted these numbers:<br>13<br>55<br>67<br>-69 1<br>Even number/s:<br>odd number/s: 13 55 67 -69 1<br>Positive number/s:<br>13<br>55<br>67 1<br>Negative number/s:<br>-69<br>Numbers ranging from 30-70:<br>55<br>67<br>Largest number: 67<br>Smallest number: -69<br>Press any key to continue . .<br>

Extracted text: 1. identify which elements are even and odd, 2. identify which are positive and negative elements 3. identify which elements are from 30 -70 only 4. Largest and smallest 5. sorting, arrange in ascending and descending RESULT: IDENTIFYING NUMBERS EVEN/ODD Input how many numbers would you like to identify: 5 Input no. [0]: 13 Input no. [1]: 55 Input no. [2]: 67 Input no. [3]: -69 Input no. [4]: 1 You inputted these numbers: 13 55 67 -69 1 Even number/s: odd number/s: 13 55 67 -69 1 Positive number/s: 13 55 67 1 Negative number/s: -69 Numbers ranging from 30-70: 55 67 Largest number: 67 Smallest number: -69 Press any key to continue . .

Jun 10, 2022
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here