Can someone please help me with C++ code?
A text consisting of characters from English alphabet and
stars('*') distributed on one or more lines.
Write a code in C++ to align to the right the following
text:
Output
Restrictions:
Every lines will contain at least one word
Every lines will contain a maximum of 1000
characters
1<= number of lines <= 20
Every line should finish with a letter
Can someone please help me with C++ code? A text consisting of characters from English alphabet and stars('*') distribut
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am