Problem
1. Write a complete C++ program that writes the phrase Hello world to the screen. The program does nothing else.
2. Give an output statement that produces the letter 'A', followed by the newline character, followed by the letter 'B', followed by the tab character, followed by the letter 'C'.