Math, asked by yuvrajmayekar1111, 6 months ago

Write an algorithm to multiply two numbers: P and Q.​

Answers

Answered by TonyStark34
1

Answer:

a=int(P)

b=int(Q)

c=a*b

print(c)

Answered by ashokbiswal165680
0

if p is 5 and q is 5 u get 25

Similar questions
English, 11 months ago