1. you need to import java.lang.Strin g class

code:
import java.lang.Strin g;

2. there is nop printf() in Java, you need to use:

System.out.prin tln("");

think that should fix it...