D
DJCC27
Guest
Hello!
Basically I want to ask a user to insert a license plate in one of three available styles as showed below in C#. Then I want to print the license plate that the user inserted and I want to save that data in a structure.
1 - 00-00-XX
2 - XX-00-00
3 - 00-XX-00
Where:
XX are any two capital letters and 00 is any number from 00 to 99 inserted by the user.
Anyone can help me? Thanks in advance!
Continue reading...
Basically I want to ask a user to insert a license plate in one of three available styles as showed below in C#. Then I want to print the license plate that the user inserted and I want to save that data in a structure.
1 - 00-00-XX
2 - XX-00-00
3 - 00-XX-00
Where:
XX are any two capital letters and 00 is any number from 00 to 99 inserted by the user.
Anyone can help me? Thanks in advance!
Continue reading...