An open API service indexing awesome lists of open source software.

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!

Awesome Lists containing this project

README

          

concepts used in this program:

1- try-catch

2- loops

3- Unchecked Exceptions

4- input/Scanner