2023 Raptor Design a superclass called Shape that contains one function getArea The getArea function in the Shape class will simply | Assignment Collections
Computer Science 2023 Raptor Design a superclass Solution
2023 Raptor Design a superclass called Shape that contains one function getArea The getArea function in the Shape class will simply | Assignment Collections
Raptor Design a superclass called Shape that contains one function—getArea(). The getArea function in the Shape class will simply return 0, you will derive from it in your subclasses mentioned below. Define 3 subclasses of the Shape class—circle, rectangle,
and triangle. The circle class will need a radius field, the rectangle class will need length and width fields, and the triangle class will need base and height fields. Declare all of the appropriate setters and getters for each of these classes. The circle
class will calculate it’s area as PI*r*r. The rectangle’s area is length * width. The triangle’s area is .5 * base * height. Demonstrate your classes be writing a menu driven program that allows the user to select which shape they want to create. After making
their selection, the program will ask the user to input the appropriate dimensions for that shape. The program should then display the area for that shape. The menu will continue to display until the user chooses to quit. Example Output: Please select an option:
1) Area of a circle 2) Area of a rectangle 3) Area of a triangle 4) Quit Enter your selection: 2 [Enter] Enter the rectangle length: 10 [Enter] Enter the rectangle width: 25 [Enter] The area for your rectangle is 250 Please select an option: 1) Area of a circle
2) Area of a rectangle 3) Area of a triangle 4) Quit Enter your selection: 4 [Enter] Thanks for playing!
We give our students 100% satisfaction with their assignments, which is one of the most important reasons students prefer us to other helpers. Our professional group and planners have more than ten years of rich experience. The only reason is that we have successfully helped more than 100000 students with their assignments on our inception days. Our expert group has more than 2200 professionals in different topics, and that is not all; we get more than 300 jobs every day more than 90% of the assignment get the conversion for payment.