Warning! The page was not fully loaded, probably because of a network issue. It could be that not all functionalities work as expected. Please try reloading the page.
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.