My problem is i don't know how to draw 2 smiley's if they pick 2, or if they pick 90 how can i make it draw that many smiley's

Archived topic from Iceteks, old topic ID:4019, old post ID:33012
Counted loop with the condition being the number of smileys they want. For example, if they choose 99 smileys, the loop runs while the condition is increment < 99. If you're using turing, then it would be something like:C_daley98 wrote: i have to make a program that asks the user how many smiley's they would like and they push show smiley's and it should show how ever many smiley's they chose.
My problem is i don't know how to draw 2 smiley's if they pick 2, or if they pick 90 how can i make it draw that many smiley's![]()