Question:What is the correct output for the following code?
var x=10; 
x*=4; 
x++; 
x-=3; 
alert(x);
 

A 40 

B 41 

C 37 

D 38 

+ Answer
+ Explanation
+ Report
Total Preview: 1173

Copyright © 2024. Powered by Intellect Software Ltd