• A void test(int a, int b) and void test(double a, double b)
  • B void test(int a, double b) and void test(double a, int b)
  • C void test(int a, double b) and void test(int a)
  • D void test(int a) and int test(int a)