This is my Code
public class Workshop3 { public static void main (String [] args) { System.out.println (\"please enter radius of circle\");
You can resolve this error by importing the java.util.* package - you can do this by adding following line of code to top of your program (with your other import statements):
java.util.*
import
import java.util.*;