0
WAP in any Programming Language which takes an Integer value as Input and print the following pattern...
2 0 4 0 0 8 0 0 1 6 0 0 0 3 2 0 0 0 0 6 4 There Should be a space between each value.
5 Respostas
+ 16
+ 3
https://code.sololearn.com/c9dLzg1Ij3MN/?ref=app
In CPP
Space added
+ 1
the ultimate 3 line code...☺😊😀😀
input max row number
https://code.sololearn.com/cRMo0a9NKw8A/?ref=app
+ 1
This code prints square :
https://code.sololearn.com/cZqyU2BMEjpZ/?ref=app