crimeplanner

Untitled

Apr 8th, 2013
44
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.11 KB | None | 0 0
  1. public static void pizzaChoice(){
  2.     if(userChoice !=  1){
  3.         print("Invalid choice");
  4.         pizzaChoice();
  5.     }
  6. }
Advertisement
Add Comment
Please, Sign In to add comment