11.7k views
1 vote
A data analyst wants to assign the value 50 to the variable daily_dosage. Which of the following types of operators will they need to write that code?

Assignment
The analyst can use an assignment operator to write the following code: daily_dosage <- 50. In this code, the assignment operator <- is used to assign a value of 50 to the variable daily_dosage.

1 Answer

2 votes

Answer:

Assignment

Step-by-step explanation:

The analyst can use an assignment operator to write the following code: daily_dosage <- 50. In this code, the assignment operator <- is used to assign a value of 50 to the variable daily_dosage.

User Troy Bryant
by
4.9k points