Computer Science, asked by sayonikadasclass8c, 5 months ago

Write a program to find the product of 5 , 7 and 12 using variables​

Answers

Answered by imtiyazallam
2

Answer:

a = 5

b = 7

c = 12

sum = a + b + c

print("Sum of 5, 7 and 12 is", sum)

Answered by AnindaBasu
1

The program to calculate product

Attachments:
Similar questions