#277 Plot in R

png(file="D:/projects/wordpress/ex277/ex277.png",width=600, height=350)
f=function(x){x^2*sin(x)}
curve(f,-5,5)
dev.off()