Give the expected results of the following "R" commands. ( you need not copy the question in your answer sheet; just write the "R" output).
R command
1. > a = 5;a
2. > x=5
> y=2
> x/y
3 . > x = c ( True, False, 0,6)
>!x
4 . > x = 1:7; x
5. > x = matrix (1:12, 4, 3); x
Comments
Leave a comment