最新回答 / Henry_pan
score[i,0],score[i,1],score[i,2],score[i,3]); 這個是什么意思其中i是表示第幾行,0、1、2、3是表示第幾行中的第幾列
2016-04-02
已采納回答 / 夏瓊的小幸運
你把這段代碼在自己的VisualStudio上運行,運行是成功的。而在案例中運行的時候,顯示錯誤應該是輸出的格式和他要求的不一致,這就是小細節了要自己找找,看看是不是標點的問題 空格的問題。但這段代碼在VS上是能運行的。
2016-03-29
已采納回答 / qq_拉莫斯_0
using System;using System.Collections.Generic;using System.Text;namespace Test{? ? class Program? ? {? ? ? ? static void Main(string[] args)? ? ? ? {? ? ? ? ? ? double salary = 6000.00;//基本工資? ? ? ? ? ? double prize = 3200.00;//獎金? ? ? ? ? ? double tax = ...
2016-03-18