+ 2
"Char" and "Double"
What is the meaning of these functions "Char" and "Double" in java?
1 Resposta
+ 4
DOUBLE: for floating-point or real numbers with optional decimal points and fractional parts in fixed or scientific notations, such as 3.1416, -55.66.
CHAR stands for character and holds a single character.
By this course:
https://www.sololearn.com/learning/2139/?ref=app
Hope it helps :)