Computer Science, asked by anushikaran2020, 4 months ago

write any two data type with an example​

Answers

Answered by tanishkamoruskar
0

Answer:

Some common data types include integers, floating point numbers, characters, strings, and arrays. They may also be more specific types, such as dates, timestamps, boolean values, and varchar (variable character) formats.

Explanation:

Primitive data types - includes byte , short , int , long , float , double , boolean and char.

Non-primitive data types - such as String, Arrays and Classes (you will learn more about these in a later chapter)

please thanks me

Similar questions