0
How will I put the values of my variable while executing my program???
3 Answers
0
- Programming language or direct Code
- Please use relevant tags
+ 6
Yash Agrwl Declare a variable and then assign a value to it
For example:- if you want to give a integer value to a variable named age so
int age = 10;
You have to put the datatype of the given variable
0
Programming language is Java