可以在以下 URL 中找到總體標準差的公式:https://www.mathsisfun.com/data/standard-deviation-formulas.html使用導卡法,從標準輸入中讀入若干測驗分數,並打印出測驗分數的總數及其平均值和總體標準差,保留兩位小數。 例如,Input:3102030Output:Total number of quiz scores = 3Average = 20.00Standard deviation = 8.16