fruits<-c("bananna","apple")

#print fruits
fruits

numbers <-c(1,2,3)

numbers

car<-c("maruti","suzuki","hyundai")

car


animals <-c("elephant","tiger","wolf")

animals

maths <-c("log(2)")

maths

array<-c(1:24)

array

Embed on website

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