--[[Write lua program to take the anem and age from the user and display them--]]
print('Enter your name:')
name = io.read()
print('Enter you age:')
age = io.read('*n')
print('You are', name, 'of age', age)
To embed this project on your website, copy the following code and paste it into your website's HTML: