Computer Science, asked by simrankerketta007, 4 months ago

Any two non- numeric data types.​

Answers

Answered by Anonymous
2

Non-Numeric Data Type

1 String(Fixed Length)

2 String(Variable Length)

3 Date

4 Boolean

Answered by UniquePrincess1234
2

Non-numerical data represents characteristics such as a person's gender, marital status, hometown, ethnicity or the types of movies people like.

  • An example is non-numerical data representing the colors of flowers in a yard: yellow, blue, white, red, etc.

  • These are data that can't be manipulated by arithmetic operators. They comprise of Text, String, Date, etc.

The non-numeric data comprises text or string data types, the Date data types, the Boolean data types that store only two values (true or false), Object data type and Variant data type

Similar questions