temps <- c(72, 65, 90, 58, 81) sort(temps) sort(temps, decreasing = TRUE) friends <- c("Maya", "Ben", "Zoe", "Amir") sort(friends)
Click Run to execute this code.