Question:What will produce for the following javascript code:
<script>
var stringNum="4";
var stringNum2="20";
var mulEm=stringNum*stringNum2;
document.write(mulEm);
</script>
 

A 80 

B 420 

C Syntax Error 

D no output 

+ Answer
+ Report
Total Preview: 742

Copyright © 2024. Powered by Intellect Software Ltd