(Practice) Write, compile, and execute a C++ program that displays the following prompt:
Enter the radius of a circle:
After accepting a value for the radius, your program should calculate and display the area of the circle.
For testing purposes, verify your program byusing an input radius of 3 inches. After manually determining that your program's result is correct, use your program to complete the following chart: