dim answer as string ="yes"
console.WriteLine("please eneter your first number ")
console.WriteLine("please enter your secound number ")
console .WriteLine("please choose one follwing math operations : M\A\S\D")
operation = console.ReadLine()
console.WriteLine("the answere for the multiplication is {0}" ,M)
console.WriteLine("the answere for the addition is {0}",A)
console.WriteLine("the answere for the subtraction is : {0}",S)
console.WriteLine("the answere for the division is : {0}",D)
console.WriteLine("do you want to choose another operation ? yes \ no ")
Answer=console.ReadLine()