Computer Science, asked by rajchoudhary28316, 6 months ago

differenciate between = and== opreator​

Answers

Answered by mohinpathan890
0

Answer:

operator. It is a relational or comparison operator.

Answered by aaditi2505
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