Handling one choice


  1. Copy the following code and complete the if statement so that if age_class is equal to “sapling” it sets y <- 10.
     age_class = "sapling"
     if (){
    
     }
     y
    
  2. What is the value of y?