Showing posts with label Maximum value in Array. Show all posts
Showing posts with label Maximum value in Array. Show all posts

Friday, October 7

Find Maximum Value using Reference-type C-sharp Language Code


The code below will allow a user to enter differnet values of float type and after that you will be shown a maximum value which is existing in array of float type. Method which is marked as maxValue is taking two arguments first is an array which has a predefined size and the next one is max value. array is of one dimensional. In maxValue method a loop structure is implemented which will start from the zero to the size of array - 1.