Question: Print a line of asterisks ( * ) with a length of the width parameter, followed by an end line character. Loop through each string

Print a line of asterisks (*) with a length of the width parameter, followed by an end line character.
Loop through each string in the array and do the following:
Print a single asterisk (*) and a space.
Print the index of the string in the array followed by a hyphen (-) and a space.
Print the string itself.
Calculate the number of spaces needed to reach the end of the line
Print the calculated number of spaces using the nCharString function.
Print a single asterisk (*) and an end line character.
If it's not the last string in the array, print an empty line.
Print another line of asterisks (*) with a length of the width parameter, followed by an end line character.

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!