Advertisement
Go0dtry

Traffic_Light

Jul 15th, 2012
33
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1.  
  2. package traffic_light;
  3.  
  4.  
  5. public class Traffic_Light {
  6.  
  7.  
  8. public static void main(int redlight, int greenlight, int yellowlight){
  9.  
  10. }
  11.  
  12. public void forLoop(){
  13.  
  14. }
  15.  
  16.  
  17. public void ifElse(){
  18. if
  19. else
  20. }
  21.  
  22.  
  23. public void switchMethod(){
  24.  
  25. }
  26.  
  27. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement