class Main { public static void main(String[] args) { int a = 144; int b = 55; double c= a % b; System.out.println(c); } }