Write a program that inputs 20 integers from the keyboard


Write a program that inputs 20 integers from the keyboard and stores them in an array called A.
You are then To:
1. Output the numbers in the original input order.
2. Output the numbers in reverse order.
3. Output the # of numbers that were input that are strictly between 17 and 35.
4. Input a number X, search the array to see if X appears in A. If it does, output a message so stating
and then print out the subscript of each position in which X occurs, that is, print I whenever A(I) = X.
If X never appears in A, then print a message so stating.

Hand in instructions are the same as before. 

P.S. Using listbox:

Request for Solution File

Ask an Expert for Answer!!
Programming Languages: Write a program that inputs 20 integers from the keyboard
Reference No:- TGS0129684

Expected delivery within 24 Hours