Write a program in which the main()function uses several cout statements to display
a memo to your boss. Use the company name “C++ Software Developers” at least three
times in the memo. Each time you want to display the company name, instead of using a
cout statement, call a function named companyName()that displays the name. Save the
file as Memo.cpp.