question # 3\nmultiple select\nwhich statements are true about a user - defined data type? select 3…

question # 3\nmultiple select\nwhich statements are true about a user - defined data type? select 3 options.\nit can include numeric data.\nit can only include one data type.\nit can include string data.\nit can include bool data.\nit cannot be changed once you define it.

question # 3\nmultiple select\nwhich statements are true about a user - defined data type? select 3 options.\nit can include numeric data.\nit can only include one data type.\nit can include string data.\nit can include bool data.\nit cannot be changed once you define it.

Answer

Brief Explanations:

User - defined data types can be composed of various built - in data types like numeric, string, and bool. They are not restricted to a single data type and can often be modified after definition.

Answer:

It can include numeric data. It can include string data. It can include bool data.