0
基本上我需要提示用戶輸入與三年第一季度的陽光總計相關的值。我需要將來自for循環的值存儲到數組中
我有我的主窗體上有一個按鈕,說「開始」。
單擊此按鈕時,我想要一個提示框打開。這個提示框應該提示用戶輸入在三年中分割的9個值。例如
"Please enter the total sunshine for January 2011"
"Please enter the total sunshine for February 2011"
"Please enter the total sunshine for March 2011"
"Please enter the total sunshine for January 2012"
"Please enter the total sunshine for February 2012"
"Please enter the total sunshine for March 2012"
"Please enter the total sunshine for January 2013"
"Please enter the total sunshine for February 2013"
"Please enter the total sunshine for March 2013"
我需要將值存儲在單獨的數組中。因此,與三年中的每一年相對應的輸入值都應包含在它們自己的數組中。
您使用的是什麼編程語言? –
我正在使用visual basic – user3526809
對不起,沒有經驗與那一個 –