为什么调用函数int jR = joneResult(a, b, c)前面要加int,而后面的jackResult(a,b,c)就不用加void?
int 使用来定义jR的,与后面的函数joneResult(a, b, c)无关;void是函数无返值