Question: 5 THE NAME DIAMOND PROBLEM Write a function named nameDiamond) that accepts a string as an input parameter and returns a new string in a
5 THE NAME DIAMOND PROBLEM Write a function named nameDiamond) that accepts a string as an input parameter and returns a new string in a "diamond" format as shown below. For example, the call of string s-nameDiamond("MARTY") should return a string with embedded newlines, that looks like this when printed. Use In for the embedded newlines. The last line should end with a newline. MA MAR MART MARTY ARTY RTY TY
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
