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

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!