70.9k views
2 votes
Which of the following is not a location where text can be entered​

User JakeRobb
by
4.9k points

1 Answer

3 votes

Answer:

An integer data type is a location where text cannot be stored

Step-by-step explanation:

In computer science and computer programming, a data type or simply type is an attribute of data which tells the compiler or interpreter how the programmer intends to use the data.

A data type constrains the values that an expression, such as a variable or a function, might take. This data type defines the operations that can be done on the data, the meaning of the data, and the way values of that type can be stored.

Common examples of data types are

1.Integer: accepts integer numbers

2.Floating-point number: accept decimal numbers

3.Character: accepts character values

4.String. Accepts multiple characters

4.Boolean. Returns true or false logical expression

User WayBehind
by
4.6k points