currencyoverload.output

来自「这是数据结构、算法与应用-C++语言描述的代码」· OUTPUT 代码 · 共 10 行

OUTPUT
10
字号
$3.50 + -$2.25 = $1.25
-$2.95 incremented by $3.50 is -$2.95
-$2.95 + -$2.25 + $3.50 = -$1.70
Increment -$2.95 by -$2.25 and then add $3.50
Result is -$1.70
Incremented object is -$5.20
Attempting to initialize with cents = 152
Caught thrown exception
Cents should be < 100

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?