Question: 5. Write a program in C++ that extract odd or even numbers of specific range. Sample Output: Enter the range: From 1 to 10 Enter

5. Write a program in C++ that extract odd or even numbers of specific range. Sample Output: Enter the range: From 1 to 10 Enter the number types (odd / even): even The even numbers within 1 to 10 are: 2468 6. Write a language program in C++ which accepts the text and print it in reverse order with space. Sample Output: Enter the text: I love cars The reverse is: srac evol
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
