Exercise
Create a vector containing all the positive odd numbers smaller than 100. You can use the
:
operator or the
seq
function. We recommend using the seq function.