Computer Science, asked by sndeepbabbar, 2 months ago

computer write the program find out the product of three 3 number a,b,c whre A equal 60 ,B equal 80 ,c equal 80​

Answers

Answered by jai696
1

\huge\red{\mid{\fbox{\tt{Using\: Python\: 3}}\mid}}

a, b, c = 60, 80, 80

print("product:", a * b * c)

\large\mathsf\color{lightgreen}useful?\: \color{white}\longrightarrow\: \color{orange}brainliest!

Similar questions