Question: Develop a flowchart and then write a C++ program to print the initials of your first name and the last name in the middle of
Develop a flowchart and then write a C++ program to print the initials of your first name and the last name in the middle of the screen in a block format. For example, if I use the letter I as my first initial and the letter H as my last inital, the output will appear as (you need to center this in the middle of the screen): BEHERH The specification of the initials is: Height is 12 characters and width is 14 characters. Note the two characters after each initial. Upon execution of the program, your initial will be displayed, properly centered Grading: Flowchart Meaningful Documentation Program execution without error Program logic and correct output formats 6 points S points 14 points 5 points, this includes all sample runs 1. Make sure your files are VIRUS FREE! (A grade of 0 will be given for infected files). Use Technology lab PCs for the test. 2. Comment your program. 3. Use meaningful prompts. 4. Provide a brief description of the problem being solved. e 5. Be sure to include a header file at the beginning of your program as shown in the course syllabus. 6. NO global declarations of VARIABLES allowed in any program that you develop in this course 2. On the due date, submit your H2 containing the components of the program specified in the guidelines. Create a Word file that contains the header, the flowchart, the list of your cpp file, and the sample run of the program. Name this file H2 docx The source file for H2.cpp and the Visio file H2 vsdx will be uploaded as well. Unrelated files should not be present when you upload them to the Blackboard. Homework must be uploaded to Blackboard by 9 PM of the due date and late homework will not be accepted
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
