Search
 
 

Display results as :
 


Rechercher Advanced Search

Latest topics
» Download - Green Lantern 2011
Java - Catch Exception EmptySun Sep 25, 2011 4:47 pm by Admin

» Download - Shark Night 3D
Java - Catch Exception EmptySun Sep 25, 2011 4:41 pm by Admin

» Download - Apollo 18
Java - Catch Exception EmptyWed Sep 21, 2011 6:37 am by Admin

» [REMODELLED] PSP E1000 - REVAMPED
Java - Catch Exception EmptyMon Sep 19, 2011 9:56 am by Admin

» PS VITA IS OFFICIALLY REGION FREE!!
Java - Catch Exception EmptyMon Sep 19, 2011 9:49 am by Admin

» Manga - Popcorn Avatar
Java - Catch Exception EmptyMon Sep 19, 2011 9:11 am by Admin

» [UPCOMING SOON] Assassin's Creed - Revelations
Java - Catch Exception EmptyMon Sep 19, 2011 8:44 am by Admin

» Assassin's Creed 2
Java - Catch Exception EmptyMon Sep 19, 2011 8:26 am by Admin

» Assassin's Creed
Java - Catch Exception EmptyMon Sep 19, 2011 6:47 am by Admin

Navigation
 Portal
 Index
 Memberlist
 Profile
 FAQ
 Search

You are not connected. Please login or register

View previous topic View next topic Go down  Message [Page 1 of 1]

Admin

Admin
Investor Persona
File name: catcherror.java

Code:

import java.io.*;
public class catcherror{
      public static void main(String[] args)throws IOException{

     
      int inp;

      try{
BufferedReader input = new BufferedReader(new InputStreamReader(System.in));
      System.out.println("Enter Your Favourite Color:");
      System.out.println("[1] Blue");
      System.out.println("[2] Red");
      System.out.println("[3] Yellow");
      inp = Integer.parseInt(input.readLine());

      } catch(Exception e){
        System.out.println("Wrong Input.");
        System.out.println("Please Enter the Following Number.");
      }
  }
}


https://advatar.forumotion.com
Share this post on: reddit

No Comment.

View previous topic View next topic Back to top  Message [Page 1 of 1]

Permissions in this forum:
You cannot reply to topics in this forum

 

Free forum | ©phpBB | Free forum support | Report an abuse | Forumotion.com