M_1_s_t_1_c
New member
- Joined
- Oct 8, 2008
- Messages
- 4
- Programming Experience
- 1-3
Each salesperson at BobCat Motors is assigned an ID number, which consists of four characters. The first character is either the letter F or the letter P. The letter F indicates that the salesperson is a full-time employee. The letter P indicates that he or she is a part-time employee. The middle two characters are the salesperson's initials, and the last character is either a 1 or a 2. A 1 indicates that the salesperson sells new cars, and a 2 indicates that the salesperson sells used cars.
-Create an application that the user to enter an ID and number of cars sold during the month. (As many salespeople as needed)
-It should be able to calculate and display the total number of cars sold by each of the categories:
- Full-Time employee - Part-Time employee - New caremployee - Used car employee
NOTE!!!: I need an input box instead of text fields! Im just looking for any help possible