write data types of the following values:
(i) 200
(ii) “Academy”
(iii) 123.55
(iv) -32
(v) ‘D’
(vi) -22.458
(vii) ‘*’
(viii) “541”
(ix) -44.67
(x) “a”
Answers
Answered by
2
Answer:
Eve. A variable's data type determines the values that the variable can contain and the operations that can be performed on it. For example, in the MaxVariablesDemo (in a .java source file) program, the declaration int largestInteger declares that largestInteger has an integer data type (int). Integers can contain only integral values (both positive and negative). You can perform arithmetic operations, such as ad
The Java programming language has two categories of data types: primitive and reference (in the glossary). A variable of primitive type contains a single value of the appropriate size and format for its type: a
Answered by
0
In data type the types are the Integer, Float, Character, boolean, void
hope it help uh freind Mark me brainliest
Similar questions