integer i 1 read*,i if(mod(i,2)==0) then print'(i0)',i+1 else print'(i0)',i+2 endif goto1 end