iGET

Placement Papers - MCQ Practice Questions

Practice free Placement Papers multiple-choice questions with detailed answers and explanations. Perfect for competitive exam preparation.

654 questions | 100% Free

Q.21Medium

What will be the output of the following code snippet? int x = 5; int y = ++x + x++ + x; System.out.println(y);

Q.22Medium

A can complete a task in 12 days. B can complete the same task in 18 days. If both work together, in how many days will they complete the task?