This is my Code
public class Workshop3 { public static void main (String [] args) { System.out.println (\"please enter radius of circle\");
You need to include the line import java.util.Scanner; in your source file somewhere, preferably at the top.
import java.util.Scanner;