write a program in python to take input from user calculate (a+b)*c
Answers
Answered by
0
Explanation:
a = int(input("Enter first number"))
b = int(input("Enter second number"))
c = int(input("Enter third number"))
s= (a+b)*c
print(s)
Similar questions
Math,
1 month ago
Social Sciences,
1 month ago
English,
3 months ago
India Languages,
3 months ago
English,
9 months ago
Political Science,
9 months ago