Search:

Type: Posts; User: johndingli

Search: Search took 0.11 seconds.

  1. Replies
    5
    Views
    5,717

    Re: Football Betting System

    Hi norm i added some more code not sure what i am doing wrong and thanks for your help

    package betting;


    public class Team {

    private String name; //name of team
    private int rating = 0;
  2. Replies
    5
    Views
    5,717

    Re: Football Betting System

    here is some code on 20 football teams that need to be randomly met with a 1,2, X rating and the score you think im doing ok as i am very new to java

    thanks

    public static void main(String...
  3. Replies
    5
    Views
    5,717

    Football Betting System

    Hi there I am doing an assignment on Java Programming and need any help on this case study:

    You have been asked to develop a Football Betting System (FBS). The FBS should work as follows:
    You...
Results 1 to 3 of 3