Question: CPS 1231 SI Session: Exercise 1 Programming Basics (Ch1) 1. See the code below and solve the following. public static void main(String[] args) { System.out.println(I

CPS 1231 SI Session: Exercise 1 Programming Basics (Ch1) 1. See the code below and solve the following. public static void main(String[] args) { System.out.println("I love SI "); System.out.print("sessions"); System.out.print("!!!!"); System.out.println("I love"); System.out.println(" to add!!!"); System.out.println("2 + 3 is "); System.out.println(2 + 3); } 9 1-1. What would the following code print? (1 point) 1-2. How would you make it better formatted? (1 point) 1-3. Name you class (program) SISession and show your code. (1 point) 1-4. What is the difference between print and printin? (1 point) 1-5. What is the difference between line 8 and line 9? (1 point)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
