what is the data type is used to store the age ?
Answers
Answered by
0
Answer:
So, we should use integer data type for age. similarly to represent weight, we always represent our weight using floating number. Example 52.3 kg, 70.5 kg etc. So we should use datatype float for weight.
Answered by
0
Answer:
we should use integer(int) data type to store the age
Similar questions