java:exceptions_intro

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision Both sides next revision
java:exceptions_intro [2015/03/02 07:59]
gthanos [Exception Handler]
java:exceptions_intro [2015/03/02 08:00]
gthanos [Exception Handler]
Line 74: Line 74:
    
    ​public static void main (String[] args) {    ​public static void main (String[] args) {
-      int x+      int xy, result
-      int y; +      ​
-      ​int result;+
       Scanner input = new Scanner(System.in);​       Scanner input = new Scanner(System.in);​
  
java/exceptions_intro.txt · Last modified: 2019/04/20 05:02 by gthanos