Question:What will be output for the following JavaScript expression?
var alpha=3*4+7
 var beta=3*(4+7)
 document.write(alpha+","+beta);
 

A 19,33 

B 19,19 

C 33,33 

D 33,19 

+ Answer
+ Explanation
+ Report
Total Preview: 1163

Copyright © 2024. Powered by Intellect Software Ltd