-->
当前位置:首页 > 题库

If a variable is declared as ` int fahr `; the expression` (5 *

Luz5年前 (2021-05-10)题库1274
If a variable is declared as ` int fahr `; the expression` (5 * (fahr - 32) / 9) ` is equal to expression` (5 / 9 * (fahr - 32)) `. ~@[](1)

答案:FALSE