Ask Question

Why were different data types developed? Discuss the commonly used data types in programming languages.

+2
Answers (1)
  1. 20 December, 06:11
    0
    If this is a school assignment, I don't know the exact wording used but data types are useful because they provide the values that a object has.

    Datatypes that I know that are used are: Booleans, List, Arrays, Numbers/Integers, and Strings

    An example would be the line: user = int (input (" "))

    or at least something like that. The "int" is a datatype which requires a number/integer in an prompt.
Know the Answer?
Not Sure About the Answer?
Find an answer to your question 👍 “Why were different data types developed? Discuss the commonly used data types in programming languages. ...” 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