Using Switch case without "int" is not allowed:
switch (lett_port)
{
case "A":
...
break;
Please add this info in the reference, and explain that the case switch work on a Int variable comparison
Using Switch case without "int" is not allowed:
switch (lett_port)
{
case "A":
...
break;
Please add this info in the reference, and explain that the case switch work on a Int variable comparison