blob: 6c34d4b46f67674d4a5f8098f02ee99088893e11 [file] [log] [blame]
package test0060;
import java.util.*;
public class Test {
public static void main(String[] args) {
int i = 2;
int j = 3;
int n = i / j;
}
}