Question: 2. Fill in the missing lines in the following program, which outputs: Rev. H.G. Jones const string TITLE Rev.: const char FIRST: H: const char
2. Fill in the missing lines in the following program, which outputs: Rev. H.G. Jones const string TITLE "Rev.: const char FIRST: H: const char MID G cout TITLEFIRSTDOTMIDDOTJones" 3. Programming assignment (50 points) Write a program that prints out business cards for you self. A card should include your namo address, phone number, and email. You also can make up a company name and put that on the card if you wish. To save paper, the program should print four cards per page, arranged in two columns of two cards. Be sure to include appropriate comments in your code, choose meaningful identifiers, and use indentation appropriately. The output should look like: Dr. Y. Yang Computer Science Department S.R. Collins, Room 322 Phone: (936)261-9884 yoyang@ pvamu.edu Dr. Y. Yang Computer Science Department S.R. Collins, Room 322 Phone: (936)261-9884 yoyang@ pvamu.edu Dr. Y. Yang Computer Science Department S.R. Collins, Room 322 Phone: (936)261-9884 Dr. Y. Yang Computer Science Department S.R. Collins, Room 322 Phone: (936)261-9884 u.edu edu Turn in: please put everything you turn in for grading in a manila envelop. For the programming assignment, please turn in (1) a softcopy of your source code (an USB with your source code); (2) a hardcopy of your source code. Don't forget to write your name on your envelop
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
