differenciate between = and== opreator
Answers
Answered by
0
Answer:
operator. It is a relational or comparison operator.
Answered by
1
Answer:
The answer
Explanation:
= operator is used to assign a value to a variable
eg. int a= 10.
== operator is used to check whether a value is equal to a value or not.
eg. if(a%2==0)
System.out.println("Even number");
Please mark as brainliest.
Similar questions
Social Sciences,
3 months ago
English,
3 months ago
English,
3 months ago
CBSE BOARD XII,
6 months ago
English,
6 months ago
Math,
1 year ago