App Inventor中的数学运算2

时间:2014-09-25 04:03:44

标签: android app-inventor

有没有人知道App Inventor 2中任何像括号一样的块会让计算机先进行这些计算?

1 个答案:

答案 0 :(得分:1)

这取决于你如何嵌套块

第一个例子计算(2 + 3)x 4 = 20
第二个例子计算2 +(3 x 4)= 14

enter image description here