Displaying output of prototype function in main function^I did this: [code]// Write your minmax function definition here void minmax(double *numbers, int n...
Displaying output of prototype function in main functionI did that. This error displayed. [code]Assignment9_function.cpp: In function ‘void minmax(double...
Displaying output of prototype function in main functionHello guys, I'm trying to code a program where it asks the user to put a number represent the number...
Return errorI don't have to return anything in both main and function?
Return errorHello guys, I'm trying to code a program where it asks the user to put a number represent the number...