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.