r=io.read("*n")
area=3.14*(r^2)
cr=2*3.14*r
io.write("The Radius is ",r)
io.write("                                  ")

io.write("Area of the circle is ",area)
io.write("                      ")
io.write("The circumference is ",cr)

Embed on website

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