childblerh1035 childblerh1035 09-02-2024 Computers and Technology contestada according to the following code. int fun locate(int a, int b) { if (a > b) { while (a >= b) { a -= 1; b = 1; } } else { b = a; } return b; } a)draw cfg.