Skip to content

Rohitbiradar111/Decision-Making-in-java

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Decision Making is an important part of our life. Similarly Decision making is also an important part of Java language. Decision making statements in Java are

  • Simple if statement
  • if else statement
  • Nested if statement
  • if else if ladder
  • Switch Case statement

There are also Jump statements

  • break
  • continue
  • return

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages