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 () { ...