PLEASE HELP...
1) _____ operator is used to store a value in a variable.
2) An element of Java program that is used to identify a class, function or value is called ____.
Answers
Answered by
11
Explanation:
1) The most common form of statement in a program uses the assignment operator, =, and either an expression or a constant to assign a value to a variable: variable = expression; variable = constant; The symbol of the assignment operator looks like the mathematical equality operator but in C++ its meaning is different.
2)java declaration
Similar questions