Write a program to find the product of 8, 10 and 15 using variables?
Answers
Answered by
0
Answer:
a=8
b=10
C=15
print(a*b*c)
Similar questions