myseleniumtraining
This blog is for Automation Test Engineers
Home
Sunday, 3 September 2017
How to find number is even or odd
int z=4;
if(z%2==0){
System.out.println("Its even no");
}
else{
System.out.println("Its odd no");
}
Email This
BlogThis!
Share to X
Share to Facebook
By Chai on September 03, 2017
0
Newer Post
Older Post
Home
0 comments:
Post a Comment
Subscribe to:
Post Comments (Atom)
0 comments:
Post a Comment