#Title: Mount Maunganui College #Author: Damian Clark #Date: 23/06/25 #Version: Version 1 #Purpose: se a loop that outputs Mount Maunganui College 5 times. #Tell: the operator with the program is about for i in range(5): print('Mount Maunganui College') #Tell the user the program has ended print('The program has ended.')