using System; namespace program { class program1 { static void Main(string[] args) { int a = 100; int b = 100; Console.WriteLine("下面使用豎式計算結果"); Console.WriteLine("{0,6}\n+{1,5}\n-------\n={2,5}", a, b, a + b); } } }


轉載請註明出處,本文鏈接:https://www.uj5u.com/net/110582.html
標籤:C#
上一篇:并行編程和任務(一)
