Open the class PointInCircle in BlueJ and delete all the text
import java.util.Scanner;
public class PointInCircle
{
public static void main(String[] args)
{
// Write your program below this line
}
}
|
Write the program inside the main( ) method.