In Computer programming, there are four (4) common data types and these include:
- Integer type (int):
- Floating point type (float)
- Boolean (bool)
- String (str)
The kinds of data type.
In Computer programming, there are four (4) common data types and these include:
- Integer type (int): it is used for storing whole numbers such as 1, 2, 3, 4, ..... 2,147,483,647.
- Floating point type (float): it is used for defining real numbers that have a decimal point such as 0.009, 9.87, 5.6, etc.
- Boolean (bool): it allow users to combine keywords with Boolean operators (quotes, AND, OR, near/n) as either true or false.
- String (str): it is used for data values that are made up of ordered sequences of characters.
Read more on a data types here: brainly.com/question/25619349