C++ - Progarmming fundamentals - Problem 3 check odd or even

In this video, I will show you how to check if a number is odd or even in C++ using a simple program. This is a beginner-friendly tutorial for C++ learners. We will learn: How to read input in C++ How to use if condition How to check even or odd numbers How to use enums