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

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

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!