Learn/C++/C++ Beginner/Your First C++ Programs/Checkpoint: C++ Fundamentals/Fix and PrintFix and PrintChallenge on lesson: Checkpoint: C++ FundamentalsInstructionsCodeOutputFix the broken program, then make program() print exactly three lines:\nCIEN\ncompiles clean\nships on time\n(The program must also compile: it is missing its include, its return statement, and a semicolon.)Difficulty: beginnerSubmitPress Submit to check your solution.Back to lesson: Checkpoint: C++ Fundamentals