Math, asked by rushilapriya, 1 month ago

write a program to accept a number and check whether the given number is even or odd​

Answers

Answered by ashiioo1
1

Step-by-step explanation:

class sample

public static void main ( string [args] )

{

int a =23;

{

if( a˙/.2==0)

{

System . out . println("Number is even");

}

else

System . out . println("Number is odd");

}

}

Hope it helps

PLEASE MARK ME AS BRAINLIEST

Similar questions