Computer Science, asked by poonamrana73522, 4 months ago

Write program coding to multiply two numbers if numbers are 5 and 4​

Answers

Answered by ABHIRAMA18092007
0

IAM WRITING THIS IN PYTHON

CODE :

a = 5

b = 4

print (ab)

OUTPUT : 20

Similar questions