public const float 함수명(string strChoice)

{

const float fValue = Info.value;

return fValue;

}



씨플플에서 쓰던대로 했다가 컴파일러가 잡길래 물어봄

씨샵에선 반환형에 const 못 붙이나욤?