單項選擇題

編寫一個過程countdown(n:Int),打印從n到0的數(shù)字?()

A.def countdown(n:Int){ 0 to n foreach print }
B.def countdown(n:Int){ (0 until n).reverse foreach print }
C.def countdown(n:Int){ (0 to n).reverse foreach print }
D.def countdown(n:Int){ (0 to n-1).reverse foreach print }

微信掃碼免費搜題