Programming Shortcut - c, c++, java, SQL, online tutorials
No Result
View All Result
  • Home
  • About us
  • Programs in c
  • Programs in cpp
  • Programs in java
  • .Net
  • Privacy Policy
  • Contact Us
  • Home
  • About us
  • Programs in c
  • Programs in cpp
  • Programs in java
  • .Net
  • Privacy Policy
  • Contact Us
No Result
View All Result
Programming Shortcut - c, c++, java, SQL, online tutorials
No Result
View All Result
Home Programs in java

Find a number is even or odd number in Java

admin by admin
February 4, 2019
Reading Time:2min read
0

RELATED POSTS

Program to find out code of grade and percentage calculator in Java

Java program to find quotient and remainder

Java program to solve mathematical expressions

Hello friends! Welcome to my website

Today We Run a program to check a number is an even number or an odd number in java.
This session is how to check the number is even or odd in Java Programming. Here we show you, how use of For loop in java programming with Example and oops concepts in java
This java language programming is free all type of errors like the compiler and runtime errors and this programming is tested to compile and then run the program code.
Here is only programming code with the output. This programming output is customized to understand easily.

 Find a number is even or odd number in Java Programming?

import java.util.Scanner;
class test5 {
int n;
public void odd_even(int n) {

if ((n % 2) == 0) {
System.out.println(n + ” is an Even Number”);
} else {
System.out.println(n + ” is a Odd Number”);
}
}
}
public class oddandeven {

public static void main(String args[]) {
test5 o = new test5();
Scanner c = new Scanner(System.in);
System.out.print(“Enter a Number to check Even or odd: “);
o.n = c.nextInt();
o.odd_even(o.n);
}
}

Output: Enter a Number to check Even or odd: 2
              2 is an Even Number
             Enter a Number to check Even or odd: 3
             3 is an Odd Number

Note: This program is run 2-time output.


I make this programming and hope you are like the post if are you like the post you can please comment and Share the post to reach more people.
If any doubt about this java programming code or input & output please comment below
If you have another question about java programming send an email by contacting us form are given on the page right side.
I am Try to Help in your Programming Language by Programming Shortcut

Please share your experience about this post,
Thank You!

ShareTweetPin
admin

admin

Related Posts

Program to find out code of grade and percentage calculator in Java
Programming Language

Program to find out code of grade and percentage calculator in Java

April 5, 2022
Programs in java

Java program to find quotient and remainder

April 21, 2020
Programs in java

Java program to solve mathematical expressions

April 21, 2020
Programming Language

Difference and similarities between java and c++

April 3, 2022
.Net

Difference between FOPs and OOPs

April 16, 2020
Programming Language

How to set path in java in windows 10, 8.1, 8, 7

April 16, 2020
Next Post

fibonacci series programming c

Even and odd numbers list betwwen 1 to n in java

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

I agree to the Terms & Conditions and Privacy Policy.

Popular Stories

  • Short name by java program

    0 shares
    Share 0 Tweet 0
  • Relation of two numbers in c programming

    0 shares
    Share 0 Tweet 0
  • Bigger and smaller number in c programming

    0 shares
    Share 0 Tweet 0
  • Bigger and smaller number in c++

    0 shares
    Share 0 Tweet 0
  • Java program to perform sum of digits until single digit is obtained

    0 shares
    Share 0 Tweet 0
ADVERTISEMENT
C, C++ & Java Programming tutorial with example Programming Shortcut

Hi Friends, Programming Shortcut is Educational Blog, that From you Learn Programming in Multiple languages like C, C++, Java Programming Language.

LEARN MORE »

Recent Posts

  • Armstrong number in c
  • Program to find out code of grade and percentage calculator in Java
  • Program to find out the grade and percentage calculator in cpp

Categories

  • .Net
  • Programming Language
  • Programs in c
  • Programs in cpp
  • Programs in java
  • Uncategorized

All © 2021 Programming Shortcut - Present By Math Training.

No Result
View All Result
  • Home
  • About us
  • Programs in c
  • Programs in cpp
  • Programs in java
  • .Net
  • Privacy Policy
  • Contact Us

All © 2021 Programming Shortcut - Present By Math Training.

This website uses cookies. By continuing to use this website you are giving consent to cookies being used. Visit our Privacy and Cookie Policy.