Saibot4538 Saibot4538 02-12-2022 Computers and Technology contestada If you have the two functions as shown, int someFunction(int value); float someFunction(float value); and a variable x, which is a double, which function is called by the following statement? cout << someFunction(x);