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

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

.net 第二章上機練習1

2019-11-11 05:25:23
字體:
來源:轉載
供稿:網友
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();        }    }}
發表評論 共有條評論
用戶名: 密碼:
驗證碼: 匿名發表
主站蜘蛛池模板: 西畴县| 灌云县| 随州市| 桂东县| 敦化市| 浦江县| 岳阳市| 洛川县| 新宁县| 马鞍山市| 加查县| 阜城县| 休宁县| 合江县| 鄂尔多斯市| 西丰县| 万荣县| 自治县| 嫩江县| 呼图壁县| 内丘县| 高唐县| 铜川市| 房产| 大石桥市| 肇东市| 汤阴县| 巴彦淖尔市| 库尔勒市| 天峻县| 体育| 安龙县| 华坪县| 青州市| 张家口市| 定安县| 逊克县| 永济市| 新野县| 淮阳县| 宁乡县|