Been a while since I posted a question! Basically I’m starting a new project in University with Java! Basically what is needed of me is to generate a object to store items inside them. This includes product codes, item names, prices, etc. Basically for the product code I am in charge of deciding what length to have it BUT it must start with a Letter not a number. I was thinking of 6 characters. But how do I tell Java to keep the first character a letter and not a number?
Much Appreciated 😀
1 Answer