178k views
4 votes
Create a new Java program called Flip. Write code that creates and populates an array of size 25 with random numbers between 1-50. Print the original array. Print array in reverse.

1 Answer

3 votes
Use the website code .org to help you
User Anthony Chu
by
3.1k points