Output is incorrect


I am coding to find the max number from an array
but I am not able to find the max num for negative numbers in an array

Hello @yyashu123,

Comparing the consecutive elements would not help.
You have to compare the elements of the array with the value stored in the max variable(i.e. the maximum value found so far).

I have modified your code:

BTW, You have done many unnecessary computations in your code.
Following is a simpler way of doing it:

Hope, this would help.
Give a like if you are satisfied.

I hope I’ve cleared your doubt. I ask you to please rate your experience here
Your feedback is very important. It helps us improve our platform and hence provide you
the learning experience you deserve.

On the off chance, you still have some questions or not find the answers satisfactory, you may reopen
the doubt.