- 1
var r= 30; r*=5; whats the resulting value ?
7 Réponses
+ 4
the expresion r*=5 is as same as r=r*5 so the reasulting value over here ...will be 150
+ 4
r*=5 the same as r=r*5=30*5=150
+ 1
150
+ 1
150
+ 1
r=30*50 = 150
+ 1
150
0
It would be 30 times 5 sooo 150