Asked by gospel
a pseudo code that will request for two numbers and it will compute the difference and product of the two numbers
Answers
Answered by
oobleck
print "two numbers: "
read a,b
diff = a-b
prod = a*b
read a,b
diff = a-b
prod = a*b
There are no AI answers yet. The ability to request AI answers is coming soon!