+ 3
How i solve this code??
A 0 B 3 C 8 D 15 E 24
6 Answers
+ 14
can be done in 1 loop easily ,
just see the pattern here ...
1) run a loop for column ... int a=1 to n
2) initially character be A & int i=0,b=2*a+1;
3) print character++ + " " + i , then i+=b;
+ 11
welcome âș
+ 2
thanks
+ 1
I can't solve this code
+ 1
i don't understand you
+ 1
I want another explain