Some things to remember for the midterm exam (1) the type of a function must match the type of the thing in the return. Fill in the blank Question (a) ____ myFunction(int x) { double answer; answer = x * 2.0; return answer; } Answer Key: (a) double etc...