231,282 views
23 votes
23 votes
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.

User Awadesh
by
2.1k points

1 Answer

27 votes
27 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 Adnan Masood
by
2.5k points