Question: Given the following Java code: boolean flag = number 1 2 ; if ( ! flag ) System.out.println ( walrus ) ; else
Given the following Java code:
boolean flag number ;
if flag
System.out.printlnwalrus;
else
System.out.printlnnarwhal;
What is printed to the screen if the value of number is
walrus
narwhal
walrus
narwhal
Nothing is displayed.
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
