Question: Hi someone pleaseee help! Using RAPTOR: use the program to compute and output the area and circumference of a circle based on a given input
Hi someone pleaseee help!
Using RAPTOR: use the program to compute and output the area and circumference of a circle based on a given input radius. To calculate area and circumference, use the following formulae, where PI is a mathematical constant.
area = PI * radius * radius
circumference = 2 * PI * radius
Now add a selection in the diagram that will add the following feature to the program:
If area>=100, then it will output LARGE; else, it will output SMALL.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
