Question: I want the code in java 1. Write a program to input a set of five numbers and print them out in the reverse order

I want the code in java
1. Write a program to input a set of five numbers and print them out in the reverse order of input. Put both the input and printing in loops. Variables a[] x Output Input five numbers: 0 ? 235 1 ? 256.23 2?458 3?265.12 4 ? 5 Heretheyare:5265.12458256.23235
Step by Step Solution
There are 3 Steps involved in it
Heres a Java program to input a set of five numbers and print them out in reverse order The program ... View full answer
Get step-by-step solutions from verified subject matter experts
