(Geometry: area of a pentagon) Write a program that prompts the user to enter the length from the center of a pentagon to a vertex and computes the area of the pen- tagon, as shown in the following figure. 3√3 The formula for computing the area of a pentagon is Area = -s², where s is 2 TT the length of a side. The side can be computed using the formula s = 2r sin- where r is the length from the center of a pentagon to a vertex. Here is a sample run: Enter the length from the center to a vertex: 5.5 Enter The area of the pentagon is 108.61

C++ for Engineers and Scientists
4th Edition
ISBN:9781133187844
Author:Bronson, Gary J.
Publisher:Bronson, Gary J.
Chapter5: Repetition Statements
Section5.3: Interactive While Loops
Problem 6E: (Conversion) a. Write a C++ program to convert meters to feet. The program should request the...
icon
Related questions
Question
(Geometry: area of a pentagon) Write a program that prompts the user to enter the
length from the center of a pentagon to a vertex and computes the area of the pen-
tagon, as shown in the following figure.
3√3
2
The formula for computing the area of a pentagon is Area = -s², where s is
TT
the length of a side. The side can be computed using the formula s = 2r sin 5'
where r is the length from the center of a pentagon to a vertex. Here is a sample
run:
Enter the length from the center to a vertex: 5.5
The area of the pentagon is 108.61
Enter
Transcribed Image Text:(Geometry: area of a pentagon) Write a program that prompts the user to enter the length from the center of a pentagon to a vertex and computes the area of the pen- tagon, as shown in the following figure. 3√3 2 The formula for computing the area of a pentagon is Area = -s², where s is TT the length of a side. The side can be computed using the formula s = 2r sin 5' where r is the length from the center of a pentagon to a vertex. Here is a sample run: Enter the length from the center to a vertex: 5.5 The area of the pentagon is 108.61 Enter
7. Write a function that evaluates the area of a pentagon. Use "math.pi", for
pi, and "math.sqrt" for square root. Write the solution on the space
provided below. You do not need to run the code.
DII 3.2
(Geometry: area of a pentagon) Write a program that prompts the user to enter the
length from the center of a pentagon to a vertex and computes the area of the pen-
tagon, as shown in the following figure.
3√3
2
The formula for computing the area of a pentagon is Area
-s², where s is
TT
the length of a side. The side can be computed using the formula s = 2r sin
5
=
where r is the length from the center of a pentagon to a vertex. Here is a sample
run:
Transcribed Image Text:7. Write a function that evaluates the area of a pentagon. Use "math.pi", for pi, and "math.sqrt" for square root. Write the solution on the space provided below. You do not need to run the code. DII 3.2 (Geometry: area of a pentagon) Write a program that prompts the user to enter the length from the center of a pentagon to a vertex and computes the area of the pen- tagon, as shown in the following figure. 3√3 2 The formula for computing the area of a pentagon is Area -s², where s is TT the length of a side. The side can be computed using the formula s = 2r sin 5 = where r is the length from the center of a pentagon to a vertex. Here is a sample run:
Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 3 steps with 1 images

Blurred answer
Knowledge Booster
Basics of loop
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++ for Engineers and Scientists
C++ for Engineers and Scientists
Computer Science
ISBN:
9781133187844
Author:
Bronson, Gary J.
Publisher:
Course Technology Ptr
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