Answer the question
In order to leave comments, you need to log in
What is the difference between and and && in C++?
What is the difference between this:
and this:
and when should one or the other logical operator be used?
Thank you. if (name == "Alex" and sername == "Penguin")
if (name == "Alex" && sername == "Penguin")
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question