2 Write an algorithm to input two numbers and find their sum and difference
Answers
Answered by
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
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
English,
2 months ago
Math,
2 months ago
Math,
2 months ago
Math,
10 months ago
Computer Science,
10 months ago