if theres a possibility of typing up the program, and making it clear as posssible that would be great
In Class Assignment 2 Write a small program in Ada that squares numbers stored in an 1. Declare an array called nums. 2. Print the contents of the array. 3. Square each element of the array. 4. Print the contents of the array again. This is a sample output: Current Array 1 4 Squares 4 9 25 Compile your work on an online compile like: http:// rextester.com//ada online_compiler or https://www.idoodle.com/execute-ada-online