Computer Science, asked by rituraj848, 8 months ago

write an algorithm to calculate the sum difference product and subtract of two numbers​

Answers

Answered by varadhabala29
1

Answer:

  1. Start
  2. Declare any two variables, a and b
  3. Input the values of a and b
  4. Print a+b
  5. Print a-b
  6. Print a*b
  7. Print a/b
  8. Stop
Similar questions