Create a program that will store all perfect squares between 1 and 10,000
into an array. Once the array is created, print the perfect squares in the following format from greatest to least:
5 X 5 = 25
Create a program that will store all perfect squares between 1 and 10,000
into an array. Once the array is created, print the perfect squares in the following format from greatest to least:
5 X 5 = 25