0
What can I use for and While loops in?
I don't what can I use while and for loops in except doing (1,2,3,4,5)đ„
2 Answers
+ 1
writing to an array
reading from an array
retreiving data from the database (usualy while loop)
and a lot more.
+ 1
A lot of people use loops for repeating an action, so you would put them in games, projects, and sometimes you use them to create drawing apps.