Question: Write a program in C # Sharp to read n number of floating values ( Mixed numbers ) in an array and display its square
Write a program in C # Sharp to read n number of floating values ( Mixed numbers ) in an array and display its square root values. Test Data: Input the number of elements to store in the array: 3 Input 3 number of elements in the array:
element - O: 4.0 element - 1: 16.0 element - 2: 9.0
Expected Output: The values store into the array are: 4.0 16.0 9.0
The square root of values store into the array in reverse are: 2.0 4.0 3.0
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
