Question: In C++ create a programmer defined function that takes in a character and returns true if the character is an alphabet (A-Z) or false if

In C++ create a programmer defined function that takes in a character and returns true" if the character is an alphabet (A-Z) or "false" if it is not an alphabet. Create a function which takes the length, height, and character and prints a rectangle made out of that character with the given length and height. Note you can use static cast for the character conversion Example output case below Enter an alphabetical character: 2 Enter an alphabetical character, either A-Z or a-z: Enter length and height, separated by a space: 74 CCCCCCC C C C |ccccccc Would you like to print another rectangle? (y) y Enter an alphabetical character: p Enter length and height, separated by a space: 47 PPPP p P PPPP Would you like to print another rectangle? (y) n Goodbye
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
