Sponsors

How to Calculate Summation of Maximum Value of Each Row of a Matrice in C Language

https://gyazo.com/95a1b499284caf0556ddf5631f5755bb

 

 

Hi guys , I just tried to code How to Calculate Summation of Maximum Value of Each Row of a Matrice in C Language .
Check the screenshot I’ve attached above .

I hope you like it , and just let me know in comment if you have any better solution .

 

 

#include <stdio.h>

int main ()
{
int array[10][10];
int i, j, m, n, sum = 0,sum2=0 ,max=0 , max2=0;

printf(“Enter the row and column of the matrix\n”);
scanf(“%d %d”, &m, &n);
printf(“Enter the Values of the matrix\n”);
for (i = 0; i < m; i++)
{
for (j = 0; j < n; j++)
{
scanf(“%d”, &array[i][j]);
}
}

for (i=0;i<m;i++)
{
for (j = 0; j < n; j++)
{
if (array[i][j] > max)
{
max=array[i][j];
}
}

max2=max2+max;
max=0;

}
printf(“Summation of Maximum Value of Each Row of the Matrice  \n”);
printf(“\n \n%d”,max2);

}

Ronda Rousey vs. Gina...

The Dream Match: Ronda Rousey vs. Gina Carano at...

Why Everyone is Obsessed with the Mini Magnetic Bag Sealer

Are you tired of dealing with everyday frustrations that slow down your routine? We've all been...

Ronda Rousey vs. Gina Carano MVP MMA live blog

The Dream Match: Ronda Rousey vs. Gina Carano at MVP MMA The world of mixed martial arts is currently witnessing a moment many thought would...

Why Everyone is Obsessed with the Electric Spin Scrubber Pro

Are you tired of dealing with everyday frustrations that slow down your routine? We've all been...

Why Everyone is Obsessed with the Mini Magnetic Bag Sealer

Are you tired of dealing with everyday frustrations that slow down your routine? We've all been...

Why Everyone is Obsessed with the Electric Spin Scrubber Pro

Are you tired of dealing with everyday frustrations that slow down your routine? We've all been...

Why Everyone is Obsessed with the Sunset Projection Lamp LED

Are you tired of dealing with everyday frustrations that slow down your routine? We've all been...

Why Everyone is Obsessed with the Electric Spin Scrubber Cordless

Are you tired of dealing with everyday frustrations that slow down your routine? We've all been...

The Ultimate Guide to the Keyboard and Car Universal Cleaning Gel

I discovered the Keyboard and Car Universal Cleaning Gel and it is a total game-changer for my daily routine. Here is why you need...

The Ultimate Guide to the Mini Portable Bag Sealer Magnetic

I discovered the Mini Portable Bag Sealer Magnetic and it is a total game-changer for my daily routine. Here is why you need it... ...