Given the following code segment, int total = 200; which can format and display the value as currency? MessageBox.Show(total.ToString("c"));.
確定! 回上一頁