美文网首页
001_调试和错误处理。

001_调试和错误处理。

作者: 立秋i | 来源:发表于2018-05-21 15:48 被阅读0次

namespace _001_调试和错误处理 {

    class Program {

        static void Main(string[] args)

        {

            //int temp = 234;

            //tem = 34;

            int num1 = 34;

            int num2 = 45;

            int sum = num1*num2;

        }

    }

}

相关文章

网友评论

      本文标题:001_调试和错误处理。

      本文链接:https://www.haomeiwen.com/subject/lzofjftx.html