하이 에브리원

1.

Boolean aRel = true

If(!aRel){어쩌고저쩌고
}

2.
Boolean aRel = false

If(!aRel){어쩌고저쩌고
}



이러면 1번은 이프문 안돌고
2번은 이프문  돌죠?