a pseudo code that will request for two numbers and it will compute the difference and product of the two numbers

print "two numbers: "

read a,b
diff = a-b
prod = a*b