Computer Science, asked by shubhashreemoh10, 14 days ago

write a program to input a number and print only the even digit scanner class​

Answers

Answered by arnavbhardwaj5
0

Answer:

I623 323 1989

Pas 000

Explanation:

come on z00om

Answered by mhdaliabidal
1

Answer:

#include<iostream>

using namespace std;

int main()

{int n;

cin>>n;

if(n%2==0)

cout<<n<<" is an even";

else

cout<< n<<" is an odd";

return 0;}

Explanation:

Mark me brainliest

Similar questions