Closed AlexKap23 closed 2 months ago
https://github.com/lizzie992/Quiz-maker/blob/bc16fb8250a203d090a1f09fcb5ee8e53449eb3d/Quiz%20maker/LogicalCode.cs#L19
Except the fact that it is hardcoded into your code, you are going to use the same one on the load option. So it would be much better if you could save it into a constant and use that constant instead.
I moved it into the constants but I get this error message which I cannot understand :(
https://github.com/lizzie992/Quiz-maker/blob/bc16fb8250a203d090a1f09fcb5ee8e53449eb3d/Quiz%20maker/LogicalCode.cs#L19
Except the fact that it is hardcoded into your code, you are going to use the same one on the load option. So it would be much better if you could save it into a constant and use that constant instead.