Using C++ Language
Need help on below code, I have the code but need to compute maximum of the array.
Code:
#includeusing namespace std;int main(){int size;cout<" enter="" array="" size:="">">cin>>size;int *numList=new int[size];cout<"enter>"enter><><" elements:="">">for(int i=0;i<>{cin>> *(numList+i);}delete numList;return 0;}
using namespace std;
Already registered? Login
Not Account? Sign up
Enter your email address to reset your password
Back to Login? Click here