The license plate must meet the following specifications:
· It must contain three digits.
· It must contain three uppercase letters.
The foreach loop will be used to examine each character in the license plate that was entered by the user as a string. If an invalid character is found in the string, display the character with an error message. If an incorrect number of characters or digits are found in the plate, display an error message for each error. If a lowercase letter is encountered, display an error message.