Saved Bookmarks
| 1. |
Write a c++ program to print the following pattern. Sample Input:3Sample Output:3 44 555 6666 6666 555 44 3 |
|
Answer» SAMPLE Output: 6666 6666 555 44 3 |
|