Saibot4538go Saibot4538go Computers and Technology Answered 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);