write an application that holds the ff set of numbers {67,54,34,22,19,83,21,7,40,95) in an array. className: IntNumbers
Then do ff:
1.display the numbers from the first number to last number.
2.display the numbers from the last number to the first number.
-Write the prog. segment for item#1:
-Write the prog. segment for item#2: