Question: Declare an array named numbers that stores the following values: 12, 34, 22.43, 65.43, 53, 11.11, 76, 38, 56.70. Write a C++ program to calculate

Declare an array named numbers that stores the following values: 12, 34, 22.43, 65.43, 53, 11.11, 76, 38, 56.70. Write a C++ program to calculate the square and the square root of each of the array elements. Your output display must look like this: Number O is and square root of the number is Square of the number is Square of the number is Number 1 is and square root of the number is and so on..... You must write comments for each statement in your program. If not, you will be given a 0 for this
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
