Computer Science, asked by aparna8926, 13 hours ago

2. Suppose you have a fruit basket with five apples. As a data analyst in training, you want to store the number of apples in a variable with the name my_apples. 2.1. Assign the value 5 to the variable my_apples 5
2.2. Print out the value of the variable my_apples Write both commands in your answer.​

Answers

Answered by rishita2942
0

Answer:

guugjkvvbbjj jogiogfdszvh nkmmbnml

Answered by shilpa85475
0

1. Assign the value 5 to the variable my_apples 5

2. Print out the value of the variable my_apples Write both commands in your answer.​

Explanation:

my_apples <- 5

# Fix the assignment of my_oranges

my_oranges <- 6

# Create the variable my_fruit and print it out

# my_fruit <- my_apples + "my_oranges"

my_fruit <- my_apples + my_oranges

my_fruit

Similar questions