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