#a. Title:mount maunganui collage #b. Author: Rio Piatek #c. Date: 18/06/2025 #d. Version: Version 1 #e. Purpose:Use a loop that outputs “Mount Maunganui College” five times and lets the user know the program has ended. #Test your code and ensure it does what it is meant to do (achieves the specified outcome). for i in range (5) : print('Mount Maunganui College') print('The program has ended')