Computer Science, asked by Heeresh2998, 10 months ago

Write a program in c++ to check whether the number is even or odd using class

Answers

Answered by Anonymous
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 Anonymous
0

\huge\purple{\boxed{\mathcal{Hello mate}}}

hope it helps

be Brainly

follow me

plz mark me as brainliest

Attachments:
Similar questions
Math, 11 months ago