Welcome, guest! Login / Register - Why register?
Psst.. new poll here.
Psst.. new forums here.
Microsoft is blocking us again (TY IP Reputation!) so just use oauth login instead. :)

Paste

Pasted by RemboL ( 16 years ago )
for i:=10 to 99 do
begin
  if i mod 2 = 0 then
  begin
    write(i,' ');
  end;
end;

 

Revise this Paste

Your Name: Code Language: