Question: Create a program that will ask the user for 10 Numbers then reverse the order based on the way it was entered. Steps: Build a

Create a program that will ask the user for 10 Numbers then reverse the order based on the way it was entered. 

Steps:

  • Build a reverse() method that will print the list in the array out in reverse order.
  • Call your class “ReverseArray”, and name file appropriately asReverseArray.java
  • Execute the program and take screen capture of output.
  • Submit screen capture and .java file via blackboard
  • : 6  

: 6 " Enter 10 numbers: 1 2 3 4 5 6 7 8 9 The reversal of the input is 0.0 9.0 8.0 7.0 6.0 5.0 4.0 3.0 2.0 1.0

Step by Step Solution

3.42 Rating (155 Votes )

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock

Java import javautilScanner public class ReverseArray public static void main... View full answer

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 Programming Questions!