Comments on: How to Find the Maximum Value of an Array in C# https://code-maze.com/csharp-array-maximum-value/ Learn. Code. Succeed. Wed, 13 Jul 2022 10:05:19 +0000 hourly 1 https://wordpress.org/?v=6.7.5 By: Marinko Spasojević https://code-maze.com/csharp-array-maximum-value/#comment-5083 Tue, 08 Feb 2022 15:10:47 +0000 https://drafts.code-maze.com/?p=65251#comment-5083 In reply to 2chevskii.

Yes, you are correct. We overlooked it somehow. Thanks for the suggestion, will be resolved right away.

]]>
By: 2chevskii https://code-maze.com/csharp-array-maximum-value/#comment-5082 Tue, 08 Feb 2022 14:57:47 +0000 https://drafts.code-maze.com/?p=65251#comment-5082 In the for loop why would you start iteration from 0, when you’d already assigned it to the “maxElement” variable? Iteration should start from 1st element, unless you want to have useless cycle.

]]>