[solved] – Question 77718
Write a program that reads a sequence of words and then prints them in a box, with each word centered, like this:
+———-+
| Hello |
| C++ |
|programmer|
+———-+
Expert Answer
OR
Write a program that reads a sequence of words and then prints them in a box, with each word centered, like this:
+———-+
| Hello |
| C++ |
|programmer|
+———-+
OR