Computer Science, asked by adi24032007, 3 months ago

Program:-


Write an Algorithm to multiply two Numbers whose values are 10 and 5 respectively.​

Answers

Answered by jai696
7

\large\mathsf\color{pink}{Solution\: using\: python\: 3}

a, b = 10, 5

print(a * b)

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

Similar questions