+ 1
Print the following pattern?
1 2 3 4 5 5 4 3 2 1 1 2 3 4 4 3 2 1 1 2 3 3 2 1 1 2 2 1 1 1
6 Antworten
+ 6
cout << "1234554321\n"
<< "1234 4321\n"
<< "123 321\n"
<< "12 21\n"
<< "1 1\n";
Otherwise, what have you tried so far?
+ 2
Show us your attempt?
+ 1
Shadow
Savage! 😁😁😁
+ 1
Give a try before seeking help...From next time no excuses... Happy Coding
Hope this helps...!!!
https://code.sololearn.com/c5s0VUHZkUzC/?ref=app
0
Lol Shadow
0
I have created a program for that.
https://code.sololearn.com/c2JuzAgCxQ3C/?ref=app