What is the difference in the two java statements given a as: int a, int a = 0;
Answers
Answered by
3
Explanation:
A Java expression consists of variables, operators, literals, and method calls. To know more about method calls, visit Java methods. For example, Here, number1 == number2 is an expression that returns a boolean value. ...
Similar questions