Write a C++ program that prints My, First, and Program on three separate lines. Add a comment above main describing what the program does.
My
First
Program
main
// Write your code here