Ask Question
22 April, 23:27

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

+3
Answers (1)
  1. 23 April, 01:13
    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 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