Answer:
import math
n = int(input("Enter the number of sides: "))
s = float(input("Enter the length of a side: "))
area = (n * s**2) / (4 * math.tan(math.pi/n))
print("The area is: " + str(area))
Explanation:
*The code is in Python.
Import the <u>math</u> to be able to compute the <em>pi</em> and <em>tan</em>
Ask the user to enter the number of sides and the length of a side
Calculate the area using the given formula
Print the area
Which statements describe the Styles gallery? Check all that apply.
It has many different style samples that can be applied.A user has to hit Shift+F1 to see it.A user has to hit Insert to see it.It is found under the Home tab.<span>A user can save custom styles to be used in the future.</span>
the 3rd one, if you ever watched a dvd (i know you have) if you read the copyright note you can be fined and you may end up in jail (for five or two years depending on what you did)