首页    新闻    小组    威客    人才    下载    博客    代码贴    在线编程    论坛
谁帮我看看这小程序哪错了?帮我改一下,谢谢!!

a47092014-03-21 23:16 发布

             int   a, b, c;
              int   s,p;
            Console.WriteLine("请输入三角形的三条边");
            a = Convert.ToInt32(Console.ReadLine());
            b = Convert.ToInt32(Console.ReadLine());
            c = Convert.ToInt32(Console.ReadLine());
             s = Convert.ToInt32(Console.ReadLine());
             p = Convert.ToInt32(Console.ReadLine());
             s= (a + b + c) / 2;
             s = (p - a) * (p - b) * (p - c) * p;
           Console.WriteLine("Math.Sprt(s)={0}", Math.Sqrt(s));
          
           Console.WriteLine("三角形的面积是s={0}",s);
           Console.ReadLine();  
 
 
最新话题:

新人报道来了

新增论坛可用分兑换资源分功能

新人报道

下载的东西很精确

下载区无法登陆啊

关于微信

在下载区登陆不成功

明明登录了,下载总是提示需要登录