Question:What is the correct output for the following code?  
var x=3; 
var y=x>4?3:5; 
alert(x+y);
 

A no output 

B 7 

C 6 

D 8 

+ Answer
+ Report
Total Preview: 1214

Copyright © 2024. Powered by Intellect Software Ltd