Respuesta :

The most appropriate data type for age is number (int, double, float)

  • The data type would be most suitable for the age field is an INT datatype. It is known to be able to store a value from -2,147,483,648 to 2,147,483,647.

  • The INT is used to count values, store a person's age, an ID key to a table etc.

Data structure is simply know as group of data elements which gives a right way of storing and organizing in the computer so that it can be used well.

Conclusively, Data structure plays a key role in boasting the performance of a software

Learn more from

https://brainly.com/question/10986623