To qualify for an instant loan, an applicant must be older than 21 and have a monthly income of atleast USD2000. How do you enforce these restrictions?
A.
Use two Edit Validate rules: one for age and one for income.
B.
Use a single Validate rule with two conditions: one for age and one for income.
C.
Configure the Ul controls to only accept values geater than 21 for age and USD2000 for income.
D.
Use two Validate rules: one for age and one for income.
To enforce restrictions that an applicant must be older than 21 and have a monthly income of at least USD 2000 for an instant loan qualification, using a single Validate rule that includes both conditions is efficient. This method consolidates the validation logic into one rule, making the process streamlined and easier to manage and update, should the criteria change in the future.
Contribute your Thoughts:
Chosen Answer:
This is a voting comment (?). You can switch to a simple comment. It is better to Upvote an existing comment if you don't have anything to add.
Submit