Someone please help. I need this done ASAP. I will pay 10 dollars via paypal. Should be a simple and quick project. It needs to be very basic. Nothing complex. Anyone wanna help me out? Here is what i need: Make a guessing game. The program will come up with a random number between 1 and 10 that the user will have to guess. The user is prompted for the guess. If the user guesses correctly, the program will offer congratulations in an alert and show the answer on the web page. If the user guesses incorrectly, the user will be alerted to that fact and offered to try again. The user is prompted again for a guess, and so on. Use the following statement for the program to generate a random number from 1 and 10: var answer = Math.ceil( Math.random()*10 ) AND ALSO (IF POSSIBLE): Build a second program to do the same thing but limit the number of tries the user can have to 5. THANKS GUYS!!! HOPE SOMEONE CAN DO IT!!!
I hope this is not your programming assignment !! Go get your programming books , read examples , you should be able to make it in less than 30 mn . Dont ask for help , if you dont make your brain think like a programmer you will be a failure , try hard and dont give up , you can do it .