25 February 2010

دوستت دارم

public class myLove {

public static void main(String[] args) {

String guessWhat = "Guess What";
char[] surprise = guessWhat.toCharArray();
int count = 0;

for(int a=0; a<1; a++){
surprise[(surprise.length)-2] = 'ر';
for(int d=3; d<5; d++){
count++;
for(int e=0; e<1; e++)
surprise[a+d+e] = 'ت';
}
surprise[(surprise.length)/2] = ' ';
count++;
for(int b=0; b<7; b++){
if(b == 0 || b == 6){
for(int c=0; c<1; c++)
surprise[a+b+c] = 'د';
}
}
surprise[surprise.length-1] = 'م';
for(int f=1; f<3; f++){
if(f == 1)
surprise[f] = 'و';
else
surprise[f] = 'س';
}
surprise[surprise.length-count] = 'ا';
}
surprise.toString(); System.out.println(surprise);
}
}

3 comments:

Mohammad KhoshZaban said...

دلم تنگ شده بود واسه این کار ها
خب یه بار مستقیم تعریفش میکردین دیگه! دیگه هی حلقه های یک باره نوشتن نداشت

Reyhan said...

نه دیگه من این رو روی کارتی که روز سپندارمزگان بهش دادم نوشته بودم
اینجوری کشفش باحالتر و بامزه تر بود
:D

Mohammad KhoshZaban said...

خیلی ایده باحالی بود خلاصه