https://github.com/msh-trojan/java_21_unchecked_exception_message_input_1
a program asking user to give numbers for calculating average, if undefined type is typed(double ,string, etc) the system will type out error message using try nd catch, also, if no numbers are typed , we will get another error!
https://github.com/msh-trojan/java_21_unchecked_exception_message_input_1
array java scanner try-catch unchecked-exception
Last synced: 11 months ago
JSON representation
a program asking user to give numbers for calculating average, if undefined type is typed(double ,string, etc) the system will type out error message using try nd catch, also, if no numbers are typed , we will get another error!
- Host: GitHub
- URL: https://github.com/msh-trojan/java_21_unchecked_exception_message_input_1
- Owner: MSH-trojan
- Created: 2024-07-31T14:46:17.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-31T14:49:38.000Z (almost 2 years ago)
- Last Synced: 2024-07-31T18:24:16.785Z (almost 2 years ago)
- Topics: array, java, scanner, try-catch, unchecked-exception
- Language: Java
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
concepts used in this program:
1- try-catch
2- loops
3- Unchecked Exceptions
4- input/Scanner