int total = (int) Math.ceil(157/32);. Why does it still return 4? ... 157/32 is int/int , which results in an int .
stackoverflow.com