#Title: Mount Maunganui x 5 #Author: Julio Ribeiro #Date: 18/06/2025 #Version: Version 1 #Purpose: This program will repeat 'Mount Maunganui College' 5 times and warn the user when the program ends for i in range (5): print('Mount Maunganui College') print('The program has ended')