Question: Write a function named nameDiamond that accepts a string as a parameter and prints it in a diamond format as shown below. For example, the
Write a function named nameDiamond that accepts a string as a parameter and prints it in a "diamond" format as shown below. For example, the call of nameDiamond("MARTY"); should print: Program is in C++
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
