I\'m new to programming and having a problem with the following code:
private string alphaCoords(Int32 x) { char alphaChar; switch (
Add a default to your switch, because if x is 10, alphaChar will never be assigned.