習題1:編寫一個控制檯應用程序,輸出1到5的平方值

  編寫一個控制檯應用程序,輸出1到5的平方值,要求:spa 1) 用for語句實現。code 2) 用while語句實現。it 3) 用do-while語句實現。io       【解答】class   using System; using System.Collections.Generic; using System.Text; namespace outputSquareValue
相關文章
相關標籤/搜索