最新回答 / qq_慕哥7147956
int i, max=0, x=0; string[] names = new string[8] { "吴松", "钱东宇", "伏晨", "陈陆", "周蕊", "林日鹏", "何昆", "关欣" }; int[] values = new int[8] { 89, 90, 98, 56, 60, 91, 93, 85 }; for (i = 0; i < values.Length; i++) { ...
2022-06-29
这个可以运行对的
if(money > 100000)
{ }
else
if(money > 50000)
{ }
else
if (money > 10000)
{ }
else
{ }
if(money > 100000)
{ }
else
if(money > 50000)
{ }
else
if (money > 10000)
{ }
else
{ }