Advertisement
Guest User

Untitled

a guest
Mar 29th, 2020
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. function esimesed_20() {
  2. $arv = 0;
  3. $leitud_arvud = 0;
  4. while($leitud_arvud < 20) {
  5. if (keith($arv)) {
  6. $leitud_arvud++;
  7. echo $arv;
  8. }
  9.  
  10. $arv++;
  11. }
  12. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement