What are data types?Explain any two data types
Answers
Answered by
2
Answer:
hope it is right
Explanation:
A data type, in programming, is a classification that specifies which type of value a variable has and what type of mathematical, relational or logical operations can be applied to it without causing an error. two types are string ,integer
Answered by
1
Answer:
In Java , "int" & "double" are the data types
Explanation:
"int" stores integer values & "double" stores point values
Similar questions