Question: only C# sharp please Write a program in C# Sharp to read n number of floating values (jus pli> ) in an array and display
Write a program in C# Sharp to read n number of floating values (jus pli> ) in an array and display its square values. Test Data: Input the number of elements to store in the array:3 Input 3 number of elements in the array: element - 0: 4.0 element - 1: 5.0 element - 2:9.0 Expected Output The values store into the array are: 4.0 5.0 9.0 The square of values store into the array in reverse are: 16.0 25.0 81.0
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
