public class Task2 {
public static void main(String argv[]) {
System.out.println("UOK, \f BSc in MIT");
System.out.println("Whatever you are, \f be a good one.");
}
}
In the above code, \f
is used, but output only shows a ?
character inside a square.