最新回答 / 幕布斯5788019
string[,] info = new string[8, 2] { { "景珍", "90" }, { "林惠洋", "65" }, { "成蓉", "88" }, { "洪南昌", "70" }, { "龙玉民", "46" }, { "单江开", "81" }, { "田武山", "100" }, { "王三明", "68" } }; int sum=0,avg=0; for(int i=0;i<8;i++) { ...
2017-12-03
最新回答 / 慕粉4364288
static void Main(string[] args) { for (int y = 1; y <= 7; y++) { for (int x = 1; x <= y; x++) { Console.Write(x); } Console.WriteLine(); ...
2017-12-03
namespace Test
{
class Program
{
static void Main(string[]args)
{
console.writeline("今日事,今日毕。")
}
}
}
{
class Program
{
static void Main(string[]args)
{
console.writeline("今日事,今日毕。")
}
}
}
2017-12-02
最赞回答 / Drew2015
咳咳 我说几句啊 要求是:语数外成绩都在90以上 那么 for (int x = 0; x < person; x++) { int temp = 0; bool b = false; while (temp < lesson.Length) { b = score1[x, temp] >...
2017-12-02