Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

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

image text in transcribed
image text in transcribed
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

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Nested Relations And Complex Objects In Databases Lncs 361

Authors: Serge Abiteboul ,Patrick C. Fischer ,Hans-Jorg Schek

1st Edition

3540511717, 978-3540511717

More Books

Students also viewed these Databases questions

Question

List out some inventory management techniques.

Answered: 1 week ago