+ 1
Print a pattern
1*2*3*4 9*10*11*12 13*14*15*16 5*6*7*8
3 Antworten
+ 5
cout << "1*2*3*4\n9*10*11*12\n13*14*15*16\n5*6*7*8"
+ 2
Its not finished yet, I plan to format the output with <iomanip> later:
https://code.sololearn.com/c0QA6N255jqx/?ref=app
0
great👍👍👍