Computer Science, asked by bhootvsbsnan, 5 months ago

write an algoritham to calculate sum, difference product of two numbers​

Answers

Answered by khushbumukesh1985
0

Answer:

declare the integers a, b, s, d, p, and float r.

give the input value numbers to 'a' and 'b'.

calculate the sum of a, b and assign it to variable s,

calculate the difference of a, b and assign it to variable d,

calculate the product of a, b and assign it to variable p,

Similar questions