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 12;
if (!flag)
System.out.println("walrus");
else
System.out.println("narwhal");
What is printed to the screen if the value of number is 18?
walrus
narwhal
walrus
narwhal
Nothing is displayed.
Given the following Java code: boolean flag =

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!