SoloLearn – Conditionals and Loops
Day 17 #100DaysOfCode
Using the SoloLearn app I covered if-else statements and switch statements, which I had previously learned elsewhere. It was a good refresher to see it again and practice the proper syntax.
Following that, I got into loops. While I was already familiar with while loops, the for loop and do-while loops were something new. I like the functionality these two new types of loops add and can definitely see how they’d be useful.