Exercise : PromptNumbers
-
Download the following file
to your machine and open it with jGrasp.
-
The program is supposed to prompt the user to enter several integers, store them into an array, then print those integers back out in forwards and backwards order.
Finish the program so that it runs properly.
Use an array to make your program flexible enough that it will work no matter how many integers the user wants to type.