Javatpoint Logo

even or odd

By: nvniki*** On: Wed Sep 20 22:36:11 IST 2017     Question Reputation0 Answer Reputation0 Quiz Belt Series Points0  0Blank User
a program to find that the number entered by the user is even or oddUp0Down

 
int n;

if(n%2==0)
print even
else
print odd
Image Created0Down

By: [email protected] On: Thu Sep 21 17:30:58 IST 2017 Question Reputation0 Answer Reputation0 Belt Series Points0 0User Image
Are You Satisfied :0Yes0No
 
Image Created0Down

By: [email protected] On: Sat Sep 23 15:44:04 IST 2017 Question Reputation0 Answer Reputation0 Belt Series Points0 0User Image
Are You Satisfied :0Yes0No