This is my Code
public class Workshop3 { public static void main (String [] args) { System.out.println (\"please enter radius of circle\");
Add import java.util.Scanner; at the very top of your code. Worked for me.