Bi-dimensional Array Create a bi-dimensional float array with 2 rows and 3 columns (2x3). Each row represents a circle. Each column represents circle's radius, circle's diameter, circle's area, respectively. For example, array[0][0] contains the Circle O's radius, array[1][1] contains Circle 1's diameter, and array[1][2] contains Circle 1's area. Set a value for each circle's radius. Create the functions below and execute them using the bi-dimensional array. void calculateCirclePerimeterArray (float arr[][3], int ncircles); void calculateCircleAreaArray (float arr[][3], int ncircles); calculateCirclePerimeterArray takes a float array, where the first column is the circle's radius, and calculates the perimeter and store it in the second column. The second parameter nCircles is the number of rows in the bi-dimensional array. calculateCircleAreaArray takes a float array, where the first column is the circle's radius, and calculate the area and store it in the third column. The second parameter nCircles is the number of rows in the bi-dimensional array. In the main, display the radius, perimeter, and area of the circles. Submission Expected files: • VS Solution and project-related files. • main file (.cpp). Submit the VS project with your solution in a ZIP file. Expected output Circle App! RADIUS Array 15.2 20.1 PERIMETER 95.5043 126.2919 AREA 725.8329 1269.2337

Programming Logic & Design Comprehensive
9th Edition
ISBN:9781337669405
Author:FARRELL
Publisher:FARRELL
Chapter6: Arrays
Section: Chapter Questions
Problem 5GZ
icon
Related questions
Question

Please use C++. Also, you don't need a header file, just a CPP File. Please make sure the output is exact.

Bi-dimensional Array
Create a bi-dimensional float array with 2 rows and 3 columns (2x3).
Each row represents a circle.
Each column represents circle's radius, circle's diameter, circle's area, respectively. For example, array[0][0] contains the
Circle O's radius, array[1][1] contains Circle 1's diameter, and array[1][2] contains Circle 1's area.
Set a value for each circle's radius.
Create the functions below and execute them using the bi-dimensional array.
void calculateCirclePerimeterArray (float arr[][3], int nCircles);
void calculateCircleArcaArray (float arr[][3], int nCircles);
calculateCirclePerimeterArray takes a float array, where the first column is the circle's radius, and calculates the
perimeter and store it in the second column. The second parameter nCircles is the number of rows in the bi-dimensional
array.
calculateCircleAreaArray takes a float array, where the first column is the circle's radius, and calculate the area and store
it in the third column. The second parameter nCircles is the number of rows in the bi-dimensional array.
In the main, display the radius, perimeter, and area of the circles.
Submission
Expected files:
• VS Solution and project -related files.
• main file (.cpp).
Submit the VS project with your solution in a ZIP file.
Expected output
Circle App!
RADIUS
Array
15.2
20.1
PERIMETER
95.5843
126.2919
AREA
725.8329
1269.2337
Transcribed Image Text:Bi-dimensional Array Create a bi-dimensional float array with 2 rows and 3 columns (2x3). Each row represents a circle. Each column represents circle's radius, circle's diameter, circle's area, respectively. For example, array[0][0] contains the Circle O's radius, array[1][1] contains Circle 1's diameter, and array[1][2] contains Circle 1's area. Set a value for each circle's radius. Create the functions below and execute them using the bi-dimensional array. void calculateCirclePerimeterArray (float arr[][3], int nCircles); void calculateCircleArcaArray (float arr[][3], int nCircles); calculateCirclePerimeterArray takes a float array, where the first column is the circle's radius, and calculates the perimeter and store it in the second column. The second parameter nCircles is the number of rows in the bi-dimensional array. calculateCircleAreaArray takes a float array, where the first column is the circle's radius, and calculate the area and store it in the third column. The second parameter nCircles is the number of rows in the bi-dimensional array. In the main, display the radius, perimeter, and area of the circles. Submission Expected files: • VS Solution and project -related files. • main file (.cpp). Submit the VS project with your solution in a ZIP file. Expected output Circle App! RADIUS Array 15.2 20.1 PERIMETER 95.5843 126.2919 AREA 725.8329 1269.2337
Expert Solution
steps

Step by step

Solved in 3 steps with 2 images

Blurred answer
Knowledge Booster
Array
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
Programming Logic & Design Comprehensive
Programming Logic & Design Comprehensive
Computer Science
ISBN:
9781337669405
Author:
FARRELL
Publisher:
Cengage
C++ for Engineers and Scientists
C++ for Engineers and Scientists
Computer Science
ISBN:
9781133187844
Author:
Bronson, Gary J.
Publisher:
Course Technology Ptr
EBK JAVA PROGRAMMING
EBK JAVA PROGRAMMING
Computer Science
ISBN:
9781337671385
Author:
FARRELL
Publisher:
CENGAGE LEARNING - CONSIGNMENT
C++ Programming: From Problem Analysis to Program…
C++ Programming: From Problem Analysis to Program…
Computer Science
ISBN:
9781337102087
Author:
D. S. Malik
Publisher:
Cengage Learning
Programming with Microsoft Visual Basic 2017
Programming with Microsoft Visual Basic 2017
Computer Science
ISBN:
9781337102124
Author:
Diane Zak
Publisher:
Cengage Learning
Microsoft Visual C#
Microsoft Visual C#
Computer Science
ISBN:
9781337102100
Author:
Joyce, Farrell.
Publisher:
Cengage Learning,