Examlex

Solved

An Application Needs to Calculate a Discount for Customers Who

question 42

Short Answer

An application needs to calculate a discount for customers who are either preferred customers or senior citizens.Preferred customers have a discount code of "P".Senior citizens have a discount code of "S".The discount code is stored in the strCode variable.Write an If clause to calculate a discount for all preferred members and senior citizens using the strCode variable.


Definitions:

Related Questions