Computer Science, asked by ajayrocks705, 1 month ago

write short note on variable and syntax for variable declaration​

Answers

Answered by Anonymous
0

Answer:

To declare (create) a variable, you will specify the type, leave at least one space, then the name for the variable and end the line with a semicolon ( ; ). Java uses the keyword int for integer, double for a floating point number (a double precision number), and boolean for a Boolean value (true or false).

Similar questions