Question: Intro to java 1. Explain escape sequences with the help of examples. 2 2. Write the output of the following: a. int p 22,q-3; System-outprintin(
1. Explain escape sequences with the help of examples. 2 2. Write the output of the following: a. int p 22,q-3; System-outprintin( (p/a) + (p%q)) ; b. int x-0, y-10 xt-y y+ex System.out.printin(x+ y 3. int n-7; System.out.printin("n++. + (n?: System.out.printin('nn 4.Differentiate between: 4x2 1. System.out.println and System.out.print 2. Increment operator and Decrement operator 3. Type casting and automatic type conversion 4. Integer and float data types er 5. Rewrite the following using ternary operator: 2x2 a. if (a--10) System.out.printin(a'b): else System.out.printina/b) b. if (ab) c-a; else
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
