Case-Based Critical Thinking Questions Case 1: Jack of All T…

Case-Based Critical Thinking Questions Case 1: Jack of All Trades You’ve been asked to design an application for Jack of All Trades, which rents small power equipment to commercial and residential customers, to process its transactions. The strCustomer variable will be used to determine whether a customer is commercial (C) or residential (R). Commercial customers receive a 10% discount if they are members of the Rental Rewards Program. Residential customers receive a 5% discount if they are members.The application needs to display a message box to remind the clerk to ask customers to join the Rental Rewards Program when they check out. This message box should only display if the customer is not currently in the program. Which of the following If clauses would evaluate to True and display the message box for the clerk?

Case-Based Critical Thinking Questions​Case 1: PetPals​You h…

Case-Based Critical Thinking Questions​Case 1: PetPals​You have been hired by PetPals Veterinary Clinic to modify an application. The application is used to enter and save all patient (pet) information obtained during an office visit.The data entered by the users is currently stored in properties of controls of the form. Your first task to improve the application is to ____.

Case-Based Critical Thinking Questions​Case 1: PetPals​You h…

Case-Based Critical Thinking Questions​Case 1: PetPals​You have been hired by PetPals Veterinary Clinic to modify an application. The application is used to enter and save all patient (pet) information obtained during an office visit.The account number for each pet must be available to be used by all procedures in the form. You should make sure the account number is declared using the ____ keyword.