# Title: Mount Maunganui College # Author: Stefanie Remondavia # Date: 17/06/25 # Version: Version 1 # Purpose: This program displays a message 5 times indicating Mount Maunganui College, and ends with a closing statement. # Loop for i in range(5): print("Mount Maunganui College ") # telling the person the program has ended print('The program has ended ')