1. Let the user input a grade from 65 to 100 and give the equivalent remark
FAIL = 65-74
FAIR = 75-80
GOOD = 81-85
VERY GOOD = 86 - 90
EXCELLENT = 91-100
2. DISPLAY SERIES OF EVEN NUMBERS FROM 48-100
3. Let the user input username and password. The user is only allowed to make 4 attempts. If the number of attempts becomes 0, close the program
II. Do the following in Windows form
3. Let the user input username and password. The user is only allowed to make 4 attempts (make sure to display the available number of attempts in label) If the number of attempts becomes 0, disable the textboxes and button.
3. Let the user input username and password. The user is only allowed to make 4 attempts (make sure to display the available number of attempts in label) If the number of attempts becomes 0, disable the textboxes and button.
No comments :
Post a Comment