Today We Run a program to check a number is an even number or an odd number in c++.by object-oriented programming in c++
This session is how to check the number is even or odd in c++ Programming. Here we show you, how use of For loop in c++ programming with Example and oops concepts in c++
This c++ language programming is free all type of errors like the compiler and runtime errors and this programming is tested to compile and then run the program code.
Here is only programming code with the output. This programming output is customized to understand easily.
How to Find a number is an even or odd in c++ Programming?
#include
using namespace std;
class test5 {
public:
int n;
void odd_even(int n) {
if ((n % 2) == 0) {
cout<
cout<
}
}
int main() {
test5 o ;
cout<<“Enter a Number to check Even or odd: “<
o.odd_even(o.n);
return 0;
}
2 is an Even Number
Enter a Number to check Even or odd: 3
3 is an Odd Number
I make this programming and hope you are like the post if are you like the post you can please comment and Share the post to reach more people.
If any doubt about this c++ programming code or input & output please comment below
If you have another question about c++ programming send an email by contacting us form is given on the page right side.
I am Try to Help in your Programming Language by Programming Shortcut
Please share your experience about this post,
Thank You!