void main() { var a = 103; var b = 187; print(a.remainder(4)); print(b.remainder(2)); } /* Console 3 1 */