Question 1 Report
A registration form requires an email address. The program must validate that the email:
(a) State one additional validation rule that could improve email checking. [1]
(a) One additional validation rule: check that there is at least one character before the @ symbol and at least one character between the @ and the dot. [1] This prevents addresses like "@domain.com" or "user@.com" from being accepted.
Everything you need to excel in your exams