what does && mean | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

what does && mean

15th Jun 2016, 2:39 PM
Abdulai Torfik
2 Answers
+ 2
It's a logical operator which outputs true only if both the conditions are true...
16th Jun 2016, 5:17 AM
Hamza Qureshi
Hamza Qureshi - avatar
+ 1
"&&" is a logical operator like in an expression "A && B" which outputs "True" if both A and B are True. Otherwise this would output "False".
15th Jun 2016, 2:55 PM
Zahid Ali
Zahid Ali - avatar