Skip to content

Instantly share code, notes, and snippets.

@kasramp
Created August 3, 2020 20:27
Show Gist options
  • Save kasramp/7da39255a81a01397e9e17d6375d889a to your computer and use it in GitHub Desktop.
Save kasramp/7da39255a81a01397e9e17d6375d889a to your computer and use it in GitHub Desktop.
try {
int x = 0;
Scanner input = new Scanner(System.in);
x = input.nextInt();
} catch {
System.out.println("Error happened!");
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment