public string buho()
{
switch (op)
{
case 0:
return "+";
case 1:
return "-";
case 2:
return "*";
default:
return "/";
}
}
이것도 원래 가능한거냐??
break대신 return
해보고 글적어라