Question: What will each of these two pieces of Java code print? (Assume they are inside a correctly written and compiled Java class.) Treat each case

  1. What will each of these two pieces of Java code print? (Assume they are inside a correctly written and compiled Java class.) Treat each case separately of the other. Each part is 10 pts.
  1. int num = 7;

System.out.print((num % 3 == 0) ? num + is divisible by 3 : num + is not divisible by 3);

  1. int j=2, k=3;

System.out.print(((j+1) != k) ? A : B );

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 Databases Questions!