Question1:
Case 1a: private int method1a(int x, int y, int z){ return 1 + (x-y)/z; //int division here } Case 1b: private int method1b(int x, int y, in