RüzGaR'
Üye
-
- Katılım
- Haziran 16, 2011
-
- Mesajlar
- 801
-
- Tepkime puanı
- 1
-
- Puanları
- 268
-
- Yaş
- 32
-
- Web sitesi
- www.forumbahane.net
Kod:
public class RichPeople {
public static void main(String[] args) {
trLottery();
}
public static void trLottery(){
for(int j = 0; j < 8; j++){
for(int i = 0; i < 6; i++){
System.out.print(i + (int)(Math.random() * 49)+"\t");
}
System.out.println();
}
}
}
Bunu bir de Web Servisine bağlarsanız tamamdır.
Kuponları oynadığınız büfeciye XML/SOAP web servisi üzerinden Sayısal Loto oynatabilirsiniz.
kaynak:webmastersitesi.com