age = io.read("*n")
if(age<5)
then
    print("Fair Amount = ₹0")
elseif(age>=5 and age<10)
then
    print("Fair Amount = ₹500")
elseif(age>=10)
then
    print("Fair Amount = ₹600")
end

Embed on website

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