loner_li 機試題 編寫一個簡單的計算器實現加減乘除:輸入兩個數字和一個運算符號,輸出結果(注意容錯性)

namespace 機試題簡單計算器 {     class Program     {         //編寫一個簡單的計算器實現加減乘除:輸入兩個數字和一個運算符號,輸出結果(注意容錯性)         static void Main(string[] args)         {             Console.WriteLine("請輸入1個數字");           
相關文章
相關標籤/搜索