Skip to content

A switch statement tests a variable for equality against a list of values. Each value is called a case, and the variable being switched on is checked for each case.

Notifications You must be signed in to change notification settings

Tonny2wo6ix5ive/Java-switch-statement

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

Java-switch-statement

A switch statement tests a variable for equality against a list of values. Each value is called a case, and the variable being switched on is checked for each case.

About

A switch statement tests a variable for equality against a list of values. Each value is called a case, and the variable being switched on is checked for each case.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published