1. 1.
    0
    şimdi beyler proje ödevim var ciddi bilen binler yardım etsin sadece bir kısmı sorcam
    özet geçemiyorum çünkü önemli binler. evet beyler 4 futbol takımı tanımlıyoruz, bunlar kendi aralarında maç yapacaklar ama kaç maçın yapılacağını kullanıcı girecek siz binlerin anlayacağı şekilde scannerla alıyoruz. yapılan maçlar ve skorlar math. randomla secilecek yani herkes eşit yapıcak diye bir kural yok. soru şu ki; kullanıcı diyelim ki 150 maç yapılsın dedi biz bunu nasıl ayarlıcaz. döngü kuracakmışız ama nasıl binler
    ···
  2. 2.
    0
    upupupupupupup
    ···
  3. 3.
    0
    down down down
    20 saniye içinde tek entry gir.
    ···
  4. 4.
    0
    beyler konu ciddi
    ···
  5. 5.
    0
    @9 3 puanlık standart sistem avarajı da katıyoruz hesaba her takımın rakibi de kendide random belirlenecek mesela 10 maç yapılsın dedik A takımı 7 maç yapıp B takımı 1 maç yapabilir random işte ne gelirse rövanş falan da yok öyle bodozlama oynayacaklar ama diyelim ki ben 150 maç yapılsın dedim bu if döngüsüyle olmuyor. while for falan gerekiyor o lazım bana
    ···
  6. 6.
    0
    @15 kullanıcın girdiği sayı kadar döngü yazamamıyorum lan adam gidip 21151212412 maç girebilir ömrüm biter bunu yazarken aq
    ···
  7. 7.
    0
    açıklama bu beyler;

    we would like to write a java program which simulates football matches between four football teams and calculate the winner according to the total score they achieve during the tournament. the program takes care of only four teams which will be named by the user. the user also provides the total number of matches to be played. these teams are then randomly paired for the matches. each match will generate a random score for both teams where a random number of goals are made. at the end of the match a team takes 3 points if it wins the game; takes 1 point if it is a draw. in this way, by calculating the total score for each team find the winner. the program should take into account the goal difference (average) if two or more teams have equal scores. an example output is shown below. a program is provided in course web site. do not forget to submit anaylsis, design, and testing pieces.
    ···