r u bored..?
...then maybe you can help me figure this out because I need to know how to do this for my exam next friday..?
Here's the scenario
There's a form with 2 radio buttons - Seminar 1 ($100) and Seminar 2 ($120). There is also a Discount Checkbox (0.10). There is also a textbox that is used to enter the number of Customers that is registering for the seminars. I need to declare variables to represent the number registered, the seminar fee and the total owing. Plus I need to account for invalid input in the textbox (checking for text and checking for negative numbers) AND when the user does not select either of the option buttons..
I have no idea where to start..All I know is that I have to use if statements
I just need some suggestions because I'm lost
Thank you!
Here's the scenario
There's a form with 2 radio buttons - Seminar 1 ($100) and Seminar 2 ($120). There is also a Discount Checkbox (0.10). There is also a textbox that is used to enter the number of Customers that is registering for the seminars. I need to declare variables to represent the number registered, the seminar fee and the total owing. Plus I need to account for invalid input in the textbox (checking for text and checking for negative numbers) AND when the user does not select either of the option buttons..
I have no idea where to start..All I know is that I have to use if statements
I just need some suggestions because I'm lost
Thank you!
