火星上黄豆

文章
6
资源
0
加入时间
3年0月21天

C#实验报告上机二

1. 编程求s=1-2+3-4+......+99-100的和。源程序using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading.Tasks;//1.编程求s = 1 - 2 + 3 - 4 + ......+99 - 100的和。namespace Suke.day05{ internal class Class1