Computer Science, asked by varangaden6, 2 months ago

Write a program to declare a variable and initialize with value 10. [JAVA Programming]

Answers

Answered by tahatahakhan459
0

Variable Declaration

Variable Initialization

Types of variables

Data Types in Java

Type Conversion & Type Casting

Variable Declaration:

To declare a variable, you must specify the data type & give the variable a unique name.

Similar questions