Computer Science, asked by ruchijasmatiya, 2 months ago

explain how to declare variable using build in data ?​

Answers

Answered by Gurutarun9C30
1

Answer:

Hi

Explanation:

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).

Thanks

Guru Tarun

Have A Nice Day

Please Mark My Answer Brainlist

Similar questions