Is there any code like this that prints the letters in stars beside each other in C++? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Is there any code like this that prints the letters in stars beside each other in C++?

Help me out with this please.. In C++ We should get the charachters in both capital and small letters and print them as stars. But the only problem is that the charachters should be printed beside each other Input: Jack The output I want is : JACK In * shape beside each other.. * * **** * * * *** * * * * * * * * * * *** * * **** * * Is there any way to do this code in C++ to do that?? How? Or if you have any code like this please share that with me.. Please tell me that tnx..

18th Jan 2020, 3:20 PM
M.Gavili
M.Gavili - avatar
5 Answers
+ 2
Use search 🔎 in code section there are plenty. https://code.sololearn.com/cS9oM9N7ttQV/?ref=app
18th Jan 2020, 3:55 PM
Mihai Apostol
Mihai Apostol - avatar
+ 2
Use search in code section
18th Jan 2020, 3:58 PM
Mihai Apostol
Mihai Apostol - avatar
+ 1
U can adapt the one I gave you to your needs.
18th Jan 2020, 4:48 PM
Mihai Apostol
Mihai Apostol - avatar
0
The printed letters in star should be beside each other ..
18th Jan 2020, 3:57 PM
M.Gavili
M.Gavili - avatar
0
I searched but got no result . Please please if you can search for me and tell me .. Thanks
18th Jan 2020, 4:39 PM
M.Gavili
M.Gavili - avatar