When using the read int function, what type of data does it expect to receive?

Question 3 options:

String

Boolean

Float

Integer

1 answer

The read int function typically expects to receive data of type Integer. It is designed to read and convert input data into an integer format.