int a = 3;
int b = 4;
boolean a = a>b; // false when printed