Which type of variable is used to store
numerical values?
String
Numeric
Comment
Statement
Previous
Answers
Answered by
1
Answer:
String
Explanation:
The data types that hold numeric values are: byte , short , int , long , float and double . The difference between them is the size and precision of the value they contain. Multiple characters or 'strings' (eg words and sentences) are also supported in Java through the use of String .
Similar questions