Ask Question
9 April, 13:13

In the code num_var = "fifteen", what is the data type of the value?

+4
Answers (2)
  1. 9 April, 13:51
    0
    I think the data type is a string. In computer programming, a string is traditionally a sequence of characters, either as a literal constant or as some kind of variable. The latter may allow its elements to be mutated and the length changed, or it may be fixed (after creation).
  2. 9 April, 16:12
    0
    The Data type is clearly a string because you put it in quotation marks, this tells the computer its a not a integer, but a readable "String"
Know the Answer?
Not Sure About the Answer?
Find an answer to your question ✅ “In the code num_var = "fifteen", what is the data type of the value? ...” in 📘 Computers and Technology if you're in doubt about the correctness of the answers or there's no answer, then try to use the smart search and find answers to the similar questions.
Search for Other Answers