Question:Based on below function the output is-
var a=5
var b=6
var c=(a<b)
var d=("Your stock is worth"+(c*25)+"thousand dollar");
document.write(d);
 

A Your stock is worth 25 thousand dollar 

B Your stock is worth 125 thousand dollar 

C Your stock is worth 130 thousand dollar 

D Your stock is worth 100 thousand dollar 

+ Answer  Moderated
+ Report
Total Preview: 962

Copyright © 2024. Powered by Intellect Software Ltd