Problem
1. How would you modify the Hello Printer program to print the word "Hello" vertically?
2. Would the program continue to work if you replaced line 5 with this statement? system.out.println (Hello);
3. What does the following set of statements print? system.out.println ("My lucky number is"); System.out.println(3 + 4 + 5);