Question: var a = prompt(Enter your age:,) varb=eval(a)+1 document.write(Last year you were + b + in) Suppose the number 19 was entered, what would be
var a = prompt("Enter your age:",") varb=eval(a)+1 document.write("Last year you were " + b + in) Suppose the number 19 was entered, what would be printed by the above code segment
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
