Guest User

Untitled

a guest
May 22nd, 2018
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.22 KB | None | 0 0
  1. public class DooBee {
  2.     public static void main(String[] args) {
  3.         int x = _;
  4.         while(x < _){
  5.             System.out.print("Doo");
  6.             System.out.print("Bee");
  7.             x = x + 1;
  8.             }
  9.         if(x == _){
  10.             System.out.print("Do");
  11.         }
  12.     }
  13. }
Add Comment
Please, Sign In to add comment