In C Programming C Language Write a Complete program for the following specifica
ID: 3651573 • Letter: I
Question
In C ProgrammingC Language
Write a Complete program for the following specification:
The SerialNumber class takes a serial number in
the form of LLLLLLLLLLLL-DDDDDDDDD-LLLLLLLLL where each L is a letter
and each D is a digit. The serial number has three groups
of characters, separated by hyphens.
Note: This time any number of letters followed by - followed by any number of digit followed by