write any two data type with an example
Answers
Answered by
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