Question: QUESTION 7 What gets printed by executing the following code fragement? int a = 7; int b = 3; int c = a*b % b;
QUESTION 7 What gets printed by executing the following code fragement? int a = 7; int b = 3; int c = a*b % b; System.out.println("c = "+ c); 0 3 = 21
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
