42.
Start
Get an integer, X
Get another integer, y
If x<y then
Take y to be y-2
Else
Take x to be y*2
End If
Print x, y
Stop
If x=3 and y=7 then the output is

A 14,5
B 14, 1
C 3,5
D 3,7​