InterviewSolution
Saved Bookmarks
| 1. |
1.a) Write a function generatedRowO, the prototype of which is given below, generates a row of the pyramid (as shown in sample input/output and places it in a string. In the pyramid, On stands for One. Tw for Two and so on. The content of each row depends on the row number(R) and total Number of Rows(NR), where VR |
| Answer» | |