0

c#

int suma = 0; (int x = 1; x <= 100; ++) { + = x; } Console.WriteLine (suma);

19th Jan 2020, 2:15 PM
floorusiek
floorusiek - avatar
2 Answers
+ 2
This doesn't seem like a question. Follow the guidelines please: https://www.sololearn.com/discuss/1316935/?ref=app https://www.sololearn.com/discuss/321242/?ref=app
19th Jan 2020, 2:25 PM
Jianmin Chen
Jianmin Chen - avatar
+ 1
Fill the blanks with 'suma'. For future reference, I suggest you to review the lesson, and checkout lesson comments for answers before posting a question in the forum 👍
19th Jan 2020, 2:36 PM
Ipang