How to use switch statements (C++ implementation)Sometimes we want to write code to execute an action depending on the outcome of a condition. This is known as selection in programming. In…Sep 24, 2022Sep 24, 2022
Object Comparison in Python: == vs isIn the last blog post, we covered the == vs equals() method in Java (see post here…Sep 17, 2022Sep 17, 2022
Value vs Reference comparison in JavaAre you currently coding in Java and deciding between using the == operator or the equals() method? Well, let's try to decode this below.Sep 11, 2022Sep 11, 2022