The best data type to use for a variable that will store the user's year of birth is integer. This is because a year of birth is a whole number and does not require the precision of a float or the complexities of other data types.
Which data type should be used for a variable that will store the user’s year of birth?(1 point)Responsesstringstringfloatfloatobjectobjectinteger
1 answer