I'm working in an Uni project and I need to assign a seat number to a Customer class via its constructor.
The instructions say the numbers go from 00 to 20. But I was wondering if 00 to 09 are valid numbers in Java, and if they're int or double? If I use these numbers, will I get unexpected behaviors during the execution?