what do you mean by data, data type and variable
Answers
Answered by
0
all variable in java language must have a datatype. a variable type determined the value that the variable can have and the operations that can be performed on it. primitive types contains a single value and include types such as integer , floating point, integer and boolean.
Similar questions