mhemming8218 mhemming8218 07-02-2024 Computers and Technology contestada What pattern attribute expression would you use to enter a product code that consists ofthree digits, separated by a hyphen, and then a single lowercase letter? a. [a-z]{1}-[0-9]{3} b. [0-9]{3}-[a-z]{1} c. [A-Z]{3}-[0-9]{1} d. [0-9]{1}-[a-z]{3}