Answer all questions carefully. After submission, you will see a detailed result and answer review.
What will be the output of the following code?
System.out.println("Lucknow".substring(0,4));
int p = 0; for (p = 4; p > 0; p -= 2); System.out.print(p); System.out.println(p);
a + b % c * d - e
System.out.println(Math.ceil(6.4)+Math.floor(-1-2));