Program: write a java program that continues to prompt the user to input a real number. if the number is positive, the program calculates and outputs the area of circle using the inputted number as a radius. If the number is negative, the program exits.
Use one of the given methods:
Part 1) a method that returns the user entered number
Part 2) a method that returns the area of the circle
Part 3) a method that prints the result
Can you prepare a java program that continues to prompt the user to input a real number and area of circle?