A C program to take 3 decimal numbers as input and find their difference.
Answers
Answered by
0
Answer:
python :-
from decimal import Decimal
a = Decimal(input())
b = Decimal(input())
c = Decimal(input())
print (a+b+c)
Similar questions
Math,
1 day ago
Math,
2 days ago
Chemistry,
2 days ago
Accountancy,
8 months ago
English,
8 months ago