Lab1.R
s142162
2024-09-23
x = c(1,2,3,4,5,6) ; y =8 z= x/y xsqrt = sqrt(z) #comment plot(xsqrt)