What is the difference between the following statements?
a = 10 and a==10
Answers
Answered by
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
Science,
3 months ago
World Languages,
3 months ago
Computer Science,
3 months ago
Math,
6 months ago
Math,
6 months ago
English,
11 months ago
Biology,
11 months ago