Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- begin
- for i:=5 downto 1 do
- begin
- if i=3 then continue { kondisi dimana looping diskip }
- else writeln('Bootcamp ke-', i);
- end;
- end.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement