Why I can’t find and paste my code?? It appear only in my profile. So I can’t ask Q about my code because when I click insert it | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Why I can’t find and paste my code?? It appear only in my profile. So I can’t ask Q about my code because when I click insert it

int sum = 0; for (int i = 5; i > 0; i--) for(int j = 1; j < i; j++) sum += j; Console.WriteLine(sum);

23rd Feb 2020, 10:13 AM
biT
biT - avatar
2 Answers
+ 1
This is answered by me in the comment section of your code. https://code.sololearn.com/ck6zX3e1Vf4r/?ref=app
23rd Feb 2020, 10:52 AM
Avinesh
Avinesh - avatar
0
Thanks. May be moderetion took time... but usualy I prefer to see note about this.
23rd Feb 2020, 11:15 AM
biT
biT - avatar