Open tahminarasoli opened 2 years ago
Week X
hey @tahminarasoli, take some time to fill these in! they are important 🙂
Week 3
everything is going well
And operator
Or operator
And operator
- T && T = T
- T && F = F
- F && T = F
- F && F = F
Or operator
- T || T = T
- T || F = T
- F || T = T
- F || F = F
@tahminarasoli that is a good and short explanation of logical operators and Boolean values . Can you also please share it on our discord #resources channel. I'm sure your teammates will enjoy it!
Hi @gelilaa, can you please add me in discord? I don't have access yet. 😄
Study Plan