✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
Який матимемо результат?
# Assign a value to the variables my_apples and my_orangesmy_apples <- 15my_oranges<-5# Add these two variables togethermy_apples+my_oranges# Create the variable my_fruitmy_fruit<-my_apples+my_orangesmy_fruit