Computer Science for IGCSE & O level - Algorithm Design And Problem Solving (Section 1 - No. 28)
Which validation check would be most appropriate for verifying that a user has entered a valid postal code?
Presence check
Range check
Format check
Length check
Explanation
Postal codes generally have a predefined format, so a format check would be most appropriate.
Comments (0)
