Question: What is the output of this Java program? class Driver { public static void main(String[] args) { int a=9; int b=4; int c=5; int x=1;
What is the output of this Java program? class Driver \{ public static void main(String[] args) \{ int a=9; int b=4; int c=5; int x=1; if (a>5){ x=x+900 \} if (b>9){ x=x+40 if (c
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
