国产探花免费观看_亚洲丰满少妇自慰呻吟_97日韩有码在线_资源在线日韩欧美_一区二区精品毛片,辰东完美世界有声小说,欢乐颂第一季,yy玄幻小说排行榜完本

首頁 > 學院 > 開發設計 > 正文

.net 第二章上機練習1

2019-11-11 05:27:21
字體:
來源:轉載
供稿:網友
using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading.Tasks;namespace JiFen{    class PRogram    {        static void Main(string[] args)        {            int[] points = new int[5];               //歷年積分數組            int[] newPoints = new int[5];            //新年積分數組            Console.WriteLine("請輸入五位會員的積分:");            for (int i = 0; i < points.Length; i++)            {                Console.WriteLine("第" + (i + 1) + "位會員積分");                points[i] =Convert.ToInt32(Console.ReadLine());            }            //數組復制            for (int i = 0; i < points.Length; i++)            {                newPoints[i] = points[i];                newPoints[i] = newPoints[i] + 500;    //贈送500積分            }            Console.WriteLine("/n序號  歷史積分  新年積分");            for (int i = 1; i < points.Length; i++)            {                Console.WriteLine("/n" + (i + 1) + "/t" + points[i] + "/t" + newPoints[i]);            }                Console.ReadLine();        }    }}
發表評論 共有條評論
用戶名: 密碼:
驗證碼: 匿名發表
主站蜘蛛池模板: 邛崃市| 册亨县| 宁波市| 彝良县| 山东省| 逊克县| 达孜县| 松江区| 托克逊县| 门源| 且末县| 芜湖市| 红安县| 扶风县| 台中市| 黑水县| 田林县| 临泉县| 阿合奇县| 鲁山县| 永清县| 昂仁县| 新蔡县| 介休市| 保靖县| 沭阳县| 昭觉县| 乃东县| 鄯善县| 肥西县| 瑞丽市| 古交市| 清原| 棋牌| 墨竹工卡县| 双城市| 突泉县| 武威市| 儋州市| 元江| 大连市|