Code
Code
class HelloWorld {
if (input1 == "ZZ99")
{
return input1;
}
if (number == 99)
{
if (secondone == 'Z')
{
firstone++;
secondone = 'A';
}
else
{
secondone++;
}
number = 0;
}
else
{
number++;
}
return $"{firstone}{secondone}{number:00}";
}
public static bool IsValidInput(string input)
{
char firstChar = input[0];
char secondChar = input[1];
int number;