Ask a New Question
Search
a pseudo code that will request for two numbers and it will compute the difference and product of the two numbers
1 answer
print "two numbers: "
read a,b
diff = a-b
prod = a*b
Ask a New Question
or
answer this question
.