Search
 
 

Display results as :
 


Rechercher Advanced Search

Latest topics
» Download - Green Lantern 2011
Switch and Case EmptySun Sep 25, 2011 4:47 pm by Admin

» Download - Shark Night 3D
Switch and Case EmptySun Sep 25, 2011 4:41 pm by Admin

» Download - Apollo 18
Switch and Case EmptyWed Sep 21, 2011 6:37 am by Admin

» [REMODELLED] PSP E1000 - REVAMPED
Switch and Case EmptyMon Sep 19, 2011 9:56 am by Admin

» PS VITA IS OFFICIALLY REGION FREE!!
Switch and Case EmptyMon Sep 19, 2011 9:49 am by Admin

» Manga - Popcorn Avatar
Switch and Case EmptyMon Sep 19, 2011 9:11 am by Admin

» [UPCOMING SOON] Assassin's Creed - Revelations
Switch and Case EmptyMon Sep 19, 2011 8:44 am by Admin

» Assassin's Creed 2
Switch and Case EmptyMon Sep 19, 2011 8:26 am by Admin

» Assassin's Creed
Switch and Case 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: case.java

Code:


import java.io.*;
public class case{
   public static void main(String[] args)throws IOException{
   BufferedReader input = new BufferedReader(new InputStreamReader(System.in));
   
   int choice;

   try{
   System.out.println("Choose Your Favourite Color:");
   System.out.println("[1] Blue");
   System.out.println("[2] Red");
   System.out.println("[3] Yellow");
   choice = Integer.parseInt(input.readLine());
   
      switch(choice){

         case 1: System.out.println(" You Choose Blue!"); break;
         case 2: System.out.println(" You Choose Red!"); break;
         case 3: System.out.println(" You Choose Yellow!"); break;
         default: System.out.println("Invalid Input."); break;

         }
   }
      catch(NumberFormatException e){
         System.out.println("Invalid Input");}
   }
   
}   



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

 

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