Please help!!!
Can you please help,this is my problem,here I have to write a Java code given the following information.This is a binary file on the server, containing ten integers, all in range 0, 1, 2, 3, or 4.
f the client guesses the sum exactly, he wins R1000. If his guess is within 5 of the correct sum (but not exactly right), he wins R200. If the guess is within 10 of the correct answer, but not within 5, he wins R50. For example, if the correct sum is 28 and the guess is 28, he wins R1000. If the guess is anything from 24 up to 32 (except 28 of course), he wins R200. If the guess is from 19 up to 37 (but not from 24 to 32) the client wins R50.
Please help anyone!!!!!!!

