Question:What will be the output for the following codes in JavaScript?
var a=5;
var b=6;
var c=(a<b);
var d="Print "+(c*25)+" dollars";
alert(d);
 

A Print 25 dollars 

B Print 125 dollars 

C Print 0 dollars 

D Print 150 dollars 

+ Answer
+ Explanation
+ Report
Total Preview: 1167

Copyright © 2024. Powered by Intellect Software Ltd