Please reply asap
Why this code isn't working
-
Line 29: You are printing local maximum value ādā times, you just have to print the maximum value ones. Try putting the:
cout<<maxd;outside the for loop.
Please reply asap
Line 29: You are printing local maximum value ādā times, you just have to print the maximum value ones. Try putting the:
cout<<maxd;
outside the for loop.