Unit 6 Lesson 22--Repeat

Student has code written and would like for it to repeat once it has fully completed. How can this be coded?

Wrapping all the code in a while(true){} loop will cause that code to repeat forever.