Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 301 Bytes

README.md

File metadata and controls

7 lines (6 loc) · 301 Bytes

Even or Odd? (Java version)

  • Asks user to enter a value to n
  • Program determines if n is an odd, even or neither
  • Also demonstrates the usage of Scanner, Functions and Conditional Statements in Java
  • Created to simply practice coding in Java

Created by IasJem