How To Find Greater no in java using if else - LearnHowToCode SarkariResult.com Interview Questions and Answers LearnHowToCodeOnline
How To Find Greater no in java using if else

How To Find Greater no in java using if else

class Table{
public static void main(String[] args){
int n=10;
int n1=20;

if(n>n1){
System.out.println("greater no ="+n);
}
else{
System.out.println("greater no ="+n1);
}
}
};

About Ajju

I'm Ethan Mariano a software engineer by profession and reader/writter by passion.I have good understanding and knowledge of AngularJS, Database, javascript, web development, digital marketing and exploring other technologies related to Software development.

0 comments:

Featured post

Political Full Forms List

Acronym Full Form MLA Member of Legislative Assembly RSS Really Simple Syndication, Rashtriya Swayamsevak Sangh UNESCO United Nations E...

Powered by Blogger.