Ask Question

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

+3
Answers (2)
  1. 1 October, 12:24
    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"
  2. 1 October, 12:36
    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).
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 & Technology if the answers seem to be not correct or there’s no answer. Try a smart search to find answers to similar questions.
Search for Other Answers