161k views
5 votes
Remember that the data type acquired from the input function is always a...?

a) String
b) Integer
c) Float
d) Boolean

User Urkman
by
8.0k points

1 Answer

3 votes

Final answer:

The data type acquired from the input function is always a string, which can be converted to other data types.

Step-by-step explanation:

The data type acquired from the input function is always a string. When the input function is used, it reads the user's input as a string of characters. If you need to perform mathematical operations or comparisons with the input, you'll need to convert it to the appropriate data type, such as integer or float.

User Muky
by
8.0k points