Question: Write a program in Java that prompt the user to enter a decimal number representing the radius of a circle. If the number is greater
Write a program in Java that prompt the user to enter a decimal number representing the radius of a circle. If the number is greater or equal to zero, the program displays the area of the circle. Otherwise, the program displays negative input Sample input: Enter the radius: 0.5 Sample output: The area for the circle of radius 0.5 is 0.785 Sample input: Enter the radius: -2 Sample output: Negative Input
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
