lab-antwerp-1 / home

https://lab-antwerp-1.github.io/home/randomizer
MIT License
3 stars 13 forks source link

Tahmina: Debugging, 4 #217

Open tahminarasoli opened 2 years ago

tahminarasoli commented 2 years ago

my fork of the exercises repo

Study Plan

tahminarasoli commented 2 years ago

Week X

Check-In

I Need Help With:

What went well?

What went less well?

Lessons Learned

Sunday Prep Work

arnochauveau commented 2 years ago

hey @tahminarasoli, take some time to fill these in! they are important 🙂

tahminarasoli commented 2 years ago

Week 3

Check-In

I Need Help With:

What went well?

everything is going well

What went less well?

Lessons Learned

And operator

Or operator

Sunday Prep Work

gelilaa commented 2 years ago

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!

tahminarasoli commented 2 years ago

Hi @gelilaa, can you please add me in discord? I don't have access yet. 😄