Ask Question
5 February, 12:50

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

+2
Answers (1)
  1. 5 February, 13:48
    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?
Get an answer to your question ✅ “Why were different data types developed? Discuss the commonly used data types in programming languages. ...” in 📙 Computers & Technology if there is no answer or all answers are wrong, use a search bar and try to find the answer among similar questions.
Search for Other Answers