m=io.read("*n")
phy=io.read("*n")
Chem=io.read("*n")
if(m>=65)and(phy>=55)and(Chem>=50) 
    then
        io.write("Congaratulations!!!!!")
        else
            io.write("Better luck next time!")
            end

Embed on website

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