codinasion-archive / codinasion-programme

An open source codebase for sharing programming solutions.
https://codinasion.vercel.app/programme
MIT License
62 stars 147 forks source link

Even or Odd #763

Closed harshraj8843 closed 2 years ago

harshraj8843 commented 2 years ago

Title of programme

Write a Java programme to check a number even or odd.

Additional information

Input  : 3
Output : Odd Number
Input  : 2
Output : Even Number

Code of Conduct

nikhilnarla commented 2 years ago

Can I take this up? @harshraj8843

harshraj8843 commented 2 years ago

Can I take this up? @harshraj8843

Sure

Thanks for showing your interest in this project 😃

nikhilnarla commented 2 years ago

I have raised a PR. Could you please check and let me know if I need to change anything?