This project helps people to check if a number is even or odd which is very helpful if you want to know which number is dvisibe by 2 and which number is not.
Step1: Clone the Repository on your pc using the command:
git clone https://github.com/SatvikPrabhu/OST-Lab-Exam.git
Step2: Open the OddOrEven.cpp file and Click the run button
You will be asked to enter an number n for which you want to know the final verdict for onec you enter the number you get an output which would either say "n is even" or "n is odd" depending on your input