Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
Task 3a
var count, x : integer; begin count := 0; x := 1; while count < 5 do begin if x mod 2 = 0 then begin writeln(x); inc(count, 1); // count := count + 1; end; inc(x, 1); // x := x + 1; end; end.
run
|
edit
|
history
|
help
0
write
TimeDemo
test22
Potenztabelle
practica 9 ejercicio 2
test
https://m.facebook.com/akansha.panchal.906?refid=12&ref=opera_speed_dial
test25
practica 9 ejercicio 1
test07