¿¹Á¦
public
class
ClassA {
int
i;
int
j;
public void
methodA {
j= i % 1;
}
}
¼Ö·ç¼Ç
°á°ú°¡ Ç×»ó 0ÀÌ µÇ±â ¶§¹®¿¡ modding Ç¥Çö½ÄÀÇ »ç¿ëÀ» Àç°ËÅäÇϽʽÿÀ.