console.writeline("welcome to my calculator" )
console.writeline ("enter your 1st number")
console.writeline ("enter you 2nd number")
console.writeline (" + to add the numbers or press - to subtract the numbers x to multiply the numbers d to divide the numbers ")
console.writeline ("the answer is:")
console.writeline (answer)