0

javascript

Please calculate and type the resulting value of the following expression: var result = 20; result *= 5;

6th Sep 2018, 8:38 PM
hoda mansour
hoda mansour - avatar
1 Antwoord
+ 5
var result = 20; result *= 5; document.write(result); ✓output will be 100 ✓20x5 =100
6th Sep 2018, 8:42 PM
Sudarshan Rai
Sudarshan Rai - avatar