Write a program in c++ to check whether the number is even or odd using class
Answers
Answered by
2
whether the given number is even or odd in C++
C++ Program to Check if a given Integer is Even or Odd
* C++ program to check if given integer is even or odd.
#include<iostream>
using namespace std;
int number, remainder;
cout << "Enter the number : ";
cin >> number;
remainder =
Answered by
0
hope it helps
be Brainly
follow me
plz mark me as brainliest
Attachments:

Similar questions
Math,
8 months ago
Computer Science,
1 year ago
Computer Science,
1 year ago
Math,
1 year ago
English,
1 year ago
Math,
1 year ago