--Write a lua program to find the area of triangle. b = io.read("*n") h = io.read("*n") area = 0.5*b*h print("The area of the triangle is", area)
To embed this project on your website, copy the following code and paste it into your website's HTML: