Assignment 2:  (Send your java file to extrapo66@yahoo.com)

Find the output of the following before you start your programs.

(a) System.out.println("3 + 4");
(b) System.out.println(3 + 4);
(c) System.out.println(3 + "4");

Exercise P1.1 on page 30

Write a program NamePrinter that displays your own name inside a box on the console screen, like this:

Do your best to approximate lines with characters, such as |, -, and +.