Guest User

Untitled

a guest
Nov 20th, 2018
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.06 KB | None | 0 0
  1. i <- 1
  2. while (i < 13) {
  3. print(month.name[i])
  4. i <- i + 1
  5. }
Add Comment
Please, Sign In to add comment