Question: Question 1: Write a python program to show the user a menu with the following options, Square, rectangle, circle, right triangle, distance of two points
Question 1: Write a python program to show the user a menu with the following options, Square, rectangle, circle, right triangle, distance of two points and exit. Define 5 functions for each option and implement the followings inside each function, Square function: Calculates the area, the perimeter and the length of diagonal and finally displays all details. Rectangle function: Calculates the area, the perimeter and the length of diagonal and finally displays all details. Circle function: Calculates the area, the circumference and the length of diameter and finally displays all details. Right triangle function: First it should check whether it is a right triangle or not, if yes then calculates the area of the triangle. And finally displays all details. (if it is not a right triangle, it should ask the user to enter correct values) Distance of two points: Calculates the distance between two points. Note: all of the functions get the input(s) from the user
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
