Question: Write a Java code that stores the following list of float values in an array and then display them on the console in reverse order.
Write a Java code that stores the following list of float values in an array and then display them on the console in reverse order. Input: { 93.5, 88.2, 62.3, 47.8, 33.4} Output: 33.4,47.8,62.3,88.2,93.5
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
