Respuesta :
Answer:
We work hard to get paid at the end of each month. Another could be the water cycle.
Explanation:
Answer:
A "For" Loop is used to repeat a specific block of code a known number of times. For example last week's project I had to make a character move in certain directions. All I did was tell the character to move 5 pixels up, wait 0.1 one second then move another 5 pixels up, I had them repeat that process 10 times over again every time I pressed up. For the infinite section you could use an infinite Loop for a simulation about the circle of life. Finally for the while section you could use a while loop to make a character do a running animation while they're moving.