A square is inscribed inside a circle. Write an interactive C program that prompts for and reads the radius of the circle in centimeters, it then calculates and prints the side length of the square, the area of the square and the area of the yellow part in the diagram below, each in square centimeters. Print each output value with two digits after the decimal point. Note: Define the value of ?π (3.141592) as a constant. Following is a sample run: Enter the radius value [cm]: 4.5 Square side = 6.36 cm Square area = 40.50 square cm Yellow area = 23.12 square cm

C++ Programming: From Problem Analysis to Program Design
8th Edition
ISBN:9781337102087
Author:D. S. Malik
Publisher:D. S. Malik
Chapter5: Control Structures Ii (repetition)
Section: Chapter Questions
Problem 21PE
icon
Related questions
Question
  •  A square is inscribed inside a circle. Write an interactive C program that prompts for and reads the radius of the circle in centimeters, it then calculates and prints the side length of the square, the area of the square and the area of the yellow part in the diagram below, each in square centimeters.
  • Print each output value with two digits after the decimal point.
  • Note: Define the value of ?π (3.141592) as a constant.
  • Following is a sample run:

Enter the radius value [cm]: 4.5 Square side = 6.36 cm Square area = 40.50 square cm Yellow area = 23.12 square cm

Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 3 steps with 2 images

Blurred answer
Knowledge Booster
Random Class and its operations
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
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