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.
Write a function add_ll() that replaces all values in a vector lower than a lower limit ll with that lower limit. Give ll the default value of 0. Be sure to include the necessary checks and messages for the user.