User profile: ziqyolo

User info
User name:ziqyolo
History
Joined:
Number of posts:1
Latest posts:

I have to find the largest number by using those function, but the largest number doesn't appear when i enter the 8 numbers
#include <iostream> using namespace std; double max (double array[], int size); int main () { ...