Advertisement
Guest User

Untitled

a guest
Jan 29th, 2020
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. import java.util.Scanner;
  2.  
  3. public class ShampooMethod {
  4.  
  5.  
  6.  
  7.  
  8. public static void main (String [] args) {
  9. Scanner scnr = new Scanner(System.in);
  10. int userCycles;
  11.  
  12. userCycles = scnr.nextInt();
  13. printShampooInstructions(userCycles);
  14. }
  15. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement