美文网首页
2017.10.13

2017.10.13

作者: 夏维 | 来源:发表于2017-10-13 16:30 被阅读0次

    using System;
    using System.Collections.Generic;
    using System.Linq;
    using System.Text;

    namespace fgghghkjhj
    {
        class Program
        {
            static void Main(string[] args)
            {
                //string s1 = Console.ReadLine();//输入
                //Console.WriteLine("Hello World!");//输出
                //Console.Read();
                int[] no = new int[4];//声明数组new为数组分配内存
                for (int i = 0; i < no.Length; i++){
                    no[i]=Convert.ToInt32(Console.ReadLine()); }//循环
                Convert.ToInt32(string);//转换成32位整数
                //变量.Tostring();
                //int.parse(string);  把字符串转换成其它类型
                ? ://三木运算
               // 定义常量关键字 const
                //ctrl+K+D   代码对齐   代码正确情况下
                //
            }
        }
    }

    相关文章

      网友评论

          本文标题:2017.10.13

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