x <- c(32,24,16) # Define a vector
labels <- c("Java","Scala","Kotlin") # Define the second vector

pie(x, labels) # Plot the pie chart

Embed on website

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