📜  A = 16 和 B = 15.A % BA - 任何代码示例

📅  最后修改于: 2022-03-11 14:55:05.629000             🧑  作者: Mango

代码示例1
Evaluate the expression given below if A = 16 and B = 15.A % B // A
a) 0.0
b) 0
c) 1.0
d) 1

Option 'b' is the correct option!