x=1:0.1:10 y=sin.(x) using Plots display(plot(x,y)) readline()