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 have to create a database containing gaming data (20 team names and team Rating). The program should:
a. Randomly extract the team names and team rating and put two of each against other;
b. According to the difference in the rating, the program should show the user the probability of the result (1,X,2) and how much money he would win for each game,
c. Allow the user to bet on the games by choosing either 1,X, or 2 near each game;
d. Show the results of the actual random scores and the output them next to the user’s predictions;
e. Finally calculate the total prize the user won according to the number of bets he won
Hint - Keep in mind that every difference point in the rating is equal to 1.50 Euro difference in betting. The last amount of money that can be won from a bet is 1.20c
Any help will be greatly appreciated
Thanks