- 5
why is it that if the var result is 20 and the result* = 5 why is the resulting value 1
8 Réponses
+ 12
It would help if you post your code.
+ 5
100
+ 2
100
+ 1
Ans is 100
0
100
0
100
0
100
- 7
Please calculate and type the resulting value of the following expression:
var result = 20;
result *= 5;