0

I’m having trouble with Boolean expression while using classes

How do you get/set the Boolean expression with in a class as an attribute or how can I store Boolean in a object in main? This is c# using visual studios

20th Mar 2020, 12:39 PM
Nisha Brown
Nisha Brown - avatar
1 Réponse
+ 1
An example as follows: static void Main() { bool b1; bool b2 = true; b1 = 5 > 4; Console.WriteLine(b1); }
20th Mar 2020, 1:01 PM
JaScript
JaScript - avatar
Aujourd'hui en vedette
.
1 Votes
What?
0 Votes
HTML
0 Votes
FRC Coding?
1 Votes
Quiz duel
0 Votes
AI
2 Votes
help
0 Votes
APIs
1 Votes
Create Agent
0 Votes