Loading...
Loading...
Loading Curriculum...
Loading Subject...
Loading Topic...
Loading Lesson...
Loading Lab...
Readable code is easier to debug, maintain, and review. In professional environments, code readability is as important as efficiency.
for(int i=0;i<n;i++)if(a[i]>m)m=a[i];if (currentValue > maxVal) maxVal = currentValue;