Computer Science, asked by AryanBhai7FreeFire, 6 months ago

What is the difference between the following statements?
a = 10 and a==10​

Answers

Answered by luminated
5

Answer:

a=10 means a is assigned to the value 10

and a==10 means it is use that values are equal or not it is use to test a condition and would either return true or false

Similar questions