SCHOOOOOOOL ONLY!!!!!!!

Hello! How are you?

This is the Java Script line for the Math Problems Button:

alert ("Question: 8 + 9")

alert (8 + 9)

alert ("Question: 7 * 6")

alert (7 * 6)

alert ("Question: 7 / 3")

alert (7 / 3)

alert ("Question: 3 - 6")

alert (3 - 6)

var myFunc = 5

var x = prompt ("Enter a Number (Your # * 5): ")

var z = alert("The answer is: " + x * myFunc);