# Title: Mount Maunganui College # Author: Corrin # Date: 9/06/2025 # Version: Version 1 - first version # Purpose: Create a loop the outputs "Mount Maunganui College five times and lets the user know the program has ended" for i in range(5): print("Mount Maunganui College") print("The program has ended")