Everything that isn't a function must have const in front of it.
For example, if you want to know there are 60 seconds in a minute, you can say: const int seconds = 60;
Do not say int seconds = 60;

If you don't know what loops and variables are yet, don't worry.
You'll find out in due time.

If you use loops/variables before allowed, you will lose points on the lab.
Can I use loops? NO!
Can I use variables? NO!