What is the meaning ? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

What is the meaning ?

What is the meaning of ==? Like. Num ==7

28th Apr 2019, 6:06 PM
Muhammad Fahim
Muhammad Fahim - avatar
4 Answers
+ 3
It is the equality operator. It is used to check if the left side = right side. If yes it is true else false
28th Apr 2019, 6:15 PM
Jason Mackjoo
Jason Mackjoo - avatar
28th Apr 2019, 7:33 PM
Kuba Siekierzyński
Kuba Siekierzyński - avatar
+ 1
== is a equality symbol It means 1==1,4==4 ...like that Ur question is Num == 7 means, if Num= 7 output is true (1), otherwise false (0).
24th May 2019, 10:07 PM
Momula Rajesh
Momula Rajesh - avatar
+ 1
thanks
22nd Jun 2019, 7:16 PM
Muhammad Fahim
Muhammad Fahim - avatar