- 01
- 02
- 03
- 04
- 05
- 06
- 07
- 08
- 09
- 10
- 11
- 12
- 13
- 14
- 15
- 16
- 17
public class DooBeeDooBeeDo {
public static void main(String[] args){
int x = 1;
while(x<3){
System.out.print("Doo");
System.out.print("Bee");
x=x+1;
}
if(x==3){
System.out.print("Do");
}
}
}
Экая мартышка )))
#collapse_me, бл***.
Таки стертый?