x=c(4,3,1)
y=c(7,2,9)
#calcular x*y
z=x*y 
z 
#concatenar (y,x,z)
p=c(y,x,z)
p  

Embed on website

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