Note: In case if your problem statement is updated, please donot hesitate us and send it to us at [email protected] We would surely like to help you in this regard.
Program 2
Summary: A new 007 employee is working on a classified mission. The program will randomly pick an expected profit to and the user will attempt to guess the random number.
Required Program Data: N/A
Important concepts to know before you start:
1. Write down on paper:
a. How the program is intended to work
b. Invalid user input to reject
i. Out of range guesses
ii. Invalid input
c. How to provide user notification (without providing duplicate messages).
2. Random number generator:
a. Random.Next Method (Int32, Int32). Read the MSDN parameters very closely!
Requirements:
General:
1. Option Strict is coded in ‘Form1.vb.’
2. Rename ‘Form1.vb’ to FirstName_LastName_P2.vb (for example, ‘John_Smith__P2.vb’).
3. Code must compile without Errors/Warnings
4. Create a Help menu bar item that uses a msgbox to show valued info on program usage, rates and program requirements..
5. Program does not encounter runtime errors that results in a crash or console errors
6. A Msgbox is not used in any way for this program (except for Menu->Help)
7. Code is easy to read, ie general programming practice. UI items and variables are named meaningful. Not just, emp3, ckboxA, Label7, button1, txtbox2 etc.
8. Code is well commented and has technical comments
Functionality/UI:
9. Form UI closely matches the provided example in Course Files\Program Examples
10. Random number generated is between the range of >=1 and <= 900.
11. When the user clicks guess, every guess text is cleared from the textbox.
12. A correct guess, changes the the entire form to red.
13. In range guesses provide the user a 'too high' or 'too low' hint on a label.
14. In range guesses are added to the guess history
15. Invalid guesses do not obtain a 'too high' or 'too low'
16. Invalid guesses are not added to history and user is notified of error.
17. A Progress bar tracks valid guesses to the 5 guess max.
18. Game is limited to 5 guesses by locking the textbox and disabling the 'Guess' Button
19. A "Reset" button clears entire form as if no game has played.
20. A random number is generated each game.
21. "Show Answer" button displays the 'number' on a label and allows the same game to continue with same random number.
* If you have any issues with the payment method, please let us know at [email protected] and that can be discussed and considered.
* Your paypal has to be pre-loaded in order to complete the purchase or otherwise please discuss it with us at [email protected].
* As soon as the payment is received through PayPal, download link of the solution will automatically be sent to the address used in Paypal.
* Please check your junk mails as the download link email might go there.
* All the contents are compressed in one zip folder.
* In case if you get stuck at any point during the payment process, please immediately contact us at [email protected] and we will fix it with you.
* We try our best to reach back to you on immediate basis. However, please expect to get a response within 8 hours from our side.
* Comments/Feedbacks are truely welcomed and there might be some incentives for you for the next lab/quiz/assignment.
* In case of any query, please donot hesitate to contact us at [email protected].
******************************************** Good Luck ***************************************************
Any personal information received will only be used to fill your order. We will not sell or redistribute your information to anyone.
We will try our best to resolve the issue and if still persists we can discuss for a refund in case its required.
Note: In case if your problem statement is updated, please donot hesitate us and send it to us at [email protected] We would surely like to help you in this regard.