Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
私は2つの整数を持つステートメントを持っているので、その2つの数値の加算を出力したいと思います. 例 "Vishal は 20 + 30 ルピーを持っています。" 前もって感謝します
Console.Write(String.Format("Visual has {0} + {1} rupees", 20, 30));