Toggle navigation
Home
Latest pastes
FAQ
Random
BitBin is shutting down!
Register
Login
Java Switch Demo
SUBMITTED BY:
Guest
DATE:
June 25, 2014, 2:24 p.m.
FORMAT:
Text only
SIZE:
661 Bytes
Raw
Download
Tweet
HITS:
724
Go to comments
Report
public class SwitchDemo {
public static void main(String[] args) {
int option = 8;
String optionsString;
switch (month) {
case 1: optionsString = "Left";
break;
case 2: optionsString = "Right";
break;
case 3: optionsString = "Forward";
break;
case 4: optionsString = "Back";
break;
default: optionsString = "Invalid Choice";
break;
}
System.out.println(optionsString);
}
}
Please enable JavaScript to view the
comments powered by Disqus.
comments powered by
Disqus