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..
5 Answers
+ 2
Use search đ in code section there are plenty.
https://code.sololearn.com/cS9oM9N7ttQV/?ref=app
+ 2
Use search in code section
+ 1
U can adapt the one I gave you to your needs.
0
The printed letters in star should be beside each other ..
0
I searched but got no result .
Please please if you can search for me and tell me ..
Thanks