https://github.com/ishwortm/java-switch-statement
A demonstration of switch statement in Java.
https://github.com/ishwortm/java-switch-statement
Last synced: 18 days ago
JSON representation
A demonstration of switch statement in Java.
- Host: GitHub
- URL: https://github.com/ishwortm/java-switch-statement
- Owner: IshworTM
- Created: 2024-05-20T05:06:51.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-20T05:14:00.000Z (about 1 year ago)
- Last Synced: 2024-05-20T06:26:53.804Z (about 1 year ago)
- Language: Java
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
A java program that implements the use of the Switch conditional statement in Java.