Skip to content

Latest commit

 

History

1 Commit

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 

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

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors