Day 15✅of Learning
Today was a deep dive into loops — from understanding how they work to actually using them in problems.
-while, do-while and for loops
Entry-controlled vs condition-based execution
-Loop components and infinite loops
-Nested loops and loop flow
break and continue
-Counting digits of a number
Factorial and sum of factors
-Prime number checking
-Fibonacci series
-Sum of natural, even and odd numbers
-Small number/quiz-game problems using loops
Day 12✅
Continued practicing C++
-conditional statements — if, else, and if-else chains.
-Worked on small problems like finding the largest of two numbers and checking even/odd.
-In CSS practical learning
Began building a small project to apply what I’ve learned.
Slowly turning concepts into actual code. 💻