User profile: iSquall17

User info
User name:iSquall17
History
Joined:
Number of posts:21
Latest posts:

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 function
I did that. This error displayed. [code]Assignment9_function.cpp: In function ‘void minmax(double...

Displaying output of prototype function in main function
Hello guys, I'm trying to code a program where it asks the user to put a number represent the number...

Return error
I don't have to return anything in both main and function?

Return error
Hello guys, I'm trying to code a program where it asks the user to put a number represent the number...