help me please, Software Engineering

Assignment Help:
#include
#include
#include

void ingresarnotas (float A[120][6], int m, int n)
{
int i, j;
for (i=0; i for (j=0; i {
printf ("ingrese el componente A[%d][%d]", i, j);
scanf("%f", &A[i][j]);
}
}

void promalumnos (float A[120][6], int m, int n, float sum[120])
{
int i, j;
float prom;
for (i=0; i sum[i]=0;
for (j=0; i sum[i] = sum[i] + A[i][j];
prom = sum[i] / n;
printf ("El promedio del alumno %d es = %f", i, prom);
}

int main ()
{
int m =120;
int n =6;
float A[120][6];
float sum[120];

ingresarnotas (A[120][6], m, n);
promalumnos (A[120][6], m, n, sum[120]);
system ("pause");
return 0;
}

i cant fix this program please help

Related Discussions:- help me please

What is up time, What is Up time? "Up time" is the time period when a me...

What is Up time? "Up time" is the time period when a method is operational and in service. Up time is the sum of idle time and busy time.

Need help with my program deadline is tomoroow , I have a vb.net applicatio...

I have a vb.net application i would like to add database function + coding the the function to let the application work and also to add a login window for the customers + custom

The functional requirement for a library management system, Describe the fu...

Describe the functional requirement for a Library management system ?

Three generic phases of software engineering, What are the three generic ph...

What are the three generic phases of software engineering a) Definition, b) development, c) support

Describe the various types of restructuring techniques, Describe the variou...

Describe the various types of restructuring techniques. (a) Code Restructuring: It is performed to yield a design that produces the similar function but with higher quality t

Iterative Enhancement Model, what is the advantage of Iterative Enhancement...

what is the advantage of Iterative Enhancement Model in developing a system?

What is interface analysis, Checks the interfaces among program elements fo...

Checks the interfaces among program elements for consistency and adherence to predefined axioms or rules.

What is recovery/error testing, Recovery/error testing is testing how well ...

Recovery/error testing is testing how well a system recovers from crashes, hardware failures, or other catastrophic problems.

Why software design improve when we use oops concepts, Q. Why does the soft...

Q. Why does the software design improve when we use object-oriented concepts? Ans. The software design gets betters when we use object-oriented concepts because 1.Object-o

Write short note on the various estimation techniques, Write short note on ...

Write short note on the various estimation techniques. Algorithmic cost modelling - the cost estimation is depend on the size of the software. Expert judgement - The experts fr

Write Your Message!

Captcha
Free Assignment Quote

Assured A++ Grade

Get guaranteed satisfaction & time on delivery in every assignment order you paid with us! We ensure premium quality solution document along with free turntin report!

All rights reserved! Copyrights ©2019-2020 ExpertsMind IT Educational Pvt Ltd