Computer Science, asked by gunasree92, 3 months ago

distinguish between a=10 and a==10.​

Answers

Answered by vasugupta230804
1

a=10\\ means that we are assigning the value "10" to the variable "a"

a==10 means we are checking if the value of a if it is 10

Answered by ItzStrawBerry
0

a = 10 means that we are assigning the value "10" to the variable "a"

a == 10 means we are checking if the value of a if it is 10

Similar questions