Differentiate between = and ==
Answers
Answered by
0
Answer:
= single sign has 1 and == double sign has 2
Answered by
0
One = will be used for telling the programming language what’s the variable or to use in conditions such as if 12=a etc. 2 == are used when you want to do arithmetic operations in programming languages.Hope this helps you.Please give me full rating and mark my answer branliest
Similar questions