Computer Science, asked by Animeshbhakat, 12 days ago

Write a program to find the product of 8, 10 and 15 using variables?​

Answers

Answered by anjugedam1580
0

Answer:

a=8

b=10

C=15

print(a*b*c)

Similar questions