Question: Write a program that prompts the user to enter the side of a hexagon and displays the area, perimeter, and radius of a hexagon

Write a program that prompts the user to enter the side of a hexagon and displays the area, perimeter, and radius of a hexagon using the following formulas: 3V3 Area = Perimeter = 6 *S Radius of a hexagon = 3/2 * V3 * s2 You should start to write the code with using the class name and (if necessary) include the imports depending on the question.
Step by Step Solution
3.43 Rating (153 Votes )
There are 3 Steps involved in it
include iostream include cmath using namespace std class Hexagon public ... View full answer
Get step-by-step solutions from verified subject matter experts
