Write an application that computes the area of a circle


Problem

Write an application that computes the area of a circle, rectangle, and cylinder. Display a menu showing the three options. Allow users to input which figure they want to see calculated. Based on the value inputted, prompt for appropriate dimensions and perform the calculations using the following formulas: Area of a circle = pi * radius2

Area of a rectangle = length * width

Surface area of a cylinder = 2 * pi * radius * height + 2 * pi * radius2

Write a modularized solution, which includes class methods for inputting data and performing calculations.

 

 

Request for Solution File

Ask an Expert for Answer!!
Computer Engineering: Write an application that computes the area of a circle
Reference No:- TGS02645389

Expected delivery within 24 Hours