
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…

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…