Create an application program that will compute theradius and circumference of a circle. write a main class methods to prompt for and input the radius of acircle(getradius), calculate thecircumference(calccirc), and calculate thearea(calcarea) of a circle. define the radius,area, and circumference in main which will call each calc method,passing radius to each one. assume pi = 3.14159 or use themath.pi builtin constant. format theoutput to show two decimal places in the calculatedvalues.

Solved
Show answers

Ask an AI advisor a question