0

Why Bool Type in C# cannot operate Logical Operations?

Because Bool type can only have two conditions either true or false so we cannot write false>true or false==true

31st Mar 2018, 6:33 AM
Kisa Batool
1 Réponse
+ 1
operators in c# for comparison: && - and || - or == - equals != - does not equal ! - not all of these work with booleans and other logical expressions
31st Mar 2018, 8:21 AM
hinanawi
hinanawi - avatar
Aujourd'hui en vedette
What?
0 Votes
HTML
0 Votes
Quiz duel
0 Votes
FRC Coding?
1 Votes
help
0 Votes
AI
2 Votes
APIs
1 Votes
Create Agent
0 Votes