Computer Science, asked by myselfsharmistha, 4 months ago

2 Write an algorithm to input two numbers and find their sum and difference​

Answers

Answered by MrInocent
14

Answer:

Write an algorithm to calculate the sum difference product and subtract of two numbers.

first Declare 2 variables a ,b.

input 2 nos a and b.

print sum=a+b.

print difference = a-b.

print product =a*b.

Answered by Anonymous
9

Answer:

Hope it helps!! Mark this answer as brainliest if u found it useful and follow me for quick and accurate answers...

Attachments:
Similar questions