Which signs mark the beginning and end of the lines we want to be repeated in a while loop?

{}()

Right on!

We use curly braces, { and }, to mark the beginning and end of the instructions we want to repeat.