2. Trace through the following loop and show the values for A, B & C.
Declare Integer A
Declare Integer B
Declare Integer
Assign A = 4
Assign B = 3
Assign C = 0
Do While C Assign B = B +C
Assign C = C +1
End While
Do Until B = A
Assign C = C-1
Assign B = B-C
End Until
noor more
o-rmt mŃ - -