Answer:
The value of B (which is 1) will be printed
Step-by-step explanation:
Given
The above algorithm
A = 6
Required
Determine the outcome
Step 1: A = 6, B = 1
Step 2: C = A/B = 6/1 = 6
Step 3: If C is an integer print B.
Is 6 an integer? Yes.
So, the value of B (which is 1) will be printed