Question: Using Raptor, Input a number (x) and create a program that allows the user to select finding the area (Area) of one of the following:
Using Raptor, Input a number (x) and create a program that allows the user to select finding the area (Area) of one of the following:
1. The area of a square with side x, Area = x * x
2. The area of a circle with radius x, Area = 3.14 * x^2
3. The area of an equilateral triangle with side x, Area= Sqrt(3)/4 * x^2
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
