var i = 0;
do {
print("This is iteration " + (i + 1) + ".");
()
}
while();
How can I run this loop 4 times?
2 replies to this topic
1 user(s) are reading this topic
0 members, 1 guests, 0 anonymous users


Sign In
Create Account

Back to top









