--[[Write a program to take two numbers and find the product of the same--]]
num1 = io.read('*n')
num2 = io.read('*n')
print('The product =', num1*num2)

Embed on website

To embed this project on your website, copy the following code and paste it into your website's HTML: