+ 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);
2 Answers
+ 1
This is answered by me in the comment section of your code.
https://code.sololearn.com/ck6zX3e1Vf4r/?ref=app
0
Thanks. May be moderetion took time... but usualy I prefer to see note about this.