Cho Hanghyun
Cho Hanghyun

Cho Hanghyun

Seoul

public enum SEX
{
Default,
Male,
Female,
Other
}

public class Me
{
static string name = "Hanghyeon";
static float height = 176.5f;
static float weigh = 64.4f;
static SEX sex = SEX.M…