Question
My Initials are SLL, In C++ and don't make it too advanced pleased because this is the beginning of Predefined functions and programmer defined functions.
My Initials are SLL, In C++ and don't make it too advanced pleased because this is the beginning of Predefined functions and programmer defined functions. Make sure the stars spell out SLL un capital block letters made out of stars
Create three functions that print your initials in capital block letters made out of stars. For example, the letter A would look like so:
****** ******** ** ** ** ** ********** ********** ** ** ** ** ** **
Include the following:
Each letter gets its own function. (If you happen to have a name with two or more letters the same then you won't need as many functions!)
Include the three function prototypes (one for each letter) before the main function.
Include the function documentation and prologue information with each function definition.
Place each of the function definitions after the main function.
The main function should call these three functions, so that the output is: first_initial (then print a blank line) middle_initial (then print a blank line) last_initial;
If you do not have a middle name, use X.
If you have a name where two or more of the initials are the same then you only have to create functions those initials that are different. You can call the function for the repeating letter twice (or three times if all three initials are the same).
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started