3
11
1574
0
1
#作業(yè)要求 編寫程序,估計一個職員在65歲退休之前能賺到多少錢。用年齡和起始薪水作為輸入,并假設(shè)職員每年工資增長5%。 #代碼 using System; using Sys...
#作業(yè)要求 輸入班級人數(shù),然后依次輸入學(xué)員成績,計算班級學(xué)員的平均成績和總成績。 #代碼 using System; using System.Collections.Gen...
#作業(yè)要求 #代碼 using System; using System.Collections.Generic; using System.Linq; using Syst...
#作業(yè)要求 請用戶輸入年份,再輸入月份,輸出該月的天數(shù)。 #代碼 using System; using System.Collections.Generic; using ...
作業(yè)要求 讓用戶輸入姓名 語文 數(shù)學(xué) 英語 三門課的成績,然后給用戶顯示:XX,你的總成績?yōu)閄X分,平均成績?yōu)閄X分 代碼 using System;using System...
#作業(yè)要求 計算半徑為5的圓的面積和周長并打印出來。 #代碼 using System; using System. Collections.Generic; using S...
寫了 4136 字,被 6 人關(guān)注,獲得了 0 個喜歡
寫了 6340 字,被 9 人關(guān)注,獲得了 3 個喜歡
#作業(yè)要求 問用戶喜歡吃什么水果(fruits),假如用戶輸入”蘋果”,則顯示”哈哈,這么巧,我也喜歡吃蘋果” #代碼 using System; using System....
#作業(yè)要求 定義四個變量,分別存儲一個人的姓名、性別(Gender)、年齡、電話(TelephongNumber)。然后打印在屏幕上(我叫X,我今年X歲了,我是X生,我的電話...
#作業(yè)要求 有個叫卡卡西的人在旅店登記的時候前臺讓他填一張表,這張表里的內(nèi)容要存到電腦上,有姓名、年齡、郵箱、家庭住址、工資,之后把這些信息顯示出來。 #代碼 using S...
#作業(yè)要求 #代碼 using System; using System.Collections.Generic; using System.ComponentModel; ...
寫了 31948 字,被 97 人關(guān)注,獲得了 49 個喜歡