FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
GitHub Viewer
import java.util.*; class AgeException extends Exception{ public AgeException(String msg){ super(msg); } } class ExceptionHandling2{ private static void verifyAge(int age) throws AgeException{ if(age
Back
|
FazBrowse Home
|
New Git URL