Question: what is the correct answer ? 6.8 What will the browser display if the following script is executed and the user enters 5 at both

what is the correct answer ?
what is the correct answer ? 6.8 What will the browser display

6.8 What will the browser display if the following script is executed and the user enters 5 at both prompts? script type = "text/javascript" > var firstNumber = window prompt ( "Enter an integer", "0" ); var secondNumber= window prompt( "Enter an integer", "0"); var thirdNumber; thirdNumber = firstNumber + secondNumber; document.write( thirdNumber ); // > /script> a) nothing b) 0 c) 10 d) 55

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!