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

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

Describe the functional requirement for a Library management system ?

What is function point, What is function point? Function point is the s...

What is function point? Function point is the size of measure it is also used to calculate approximately the software cost. Function point (FP)=Function Count (FC) * Value a

Star topology, where star topology used in daily life

where star topology used in daily life

Difference between verification and validation, Difference between Verifica...

Difference between Verification and Validation Verification is Static whereas Validation is Dynamic. This means in Verification the s/w is inspected by looking into the code go

Explain network switching subsystem in gsm, Question: (a) (i) What are...

Question: (a) (i) What are the main components of the Network Switching Subsystem in GSM? (ii) What are the main functions of the Network Switching Subsystem? (b) What

What does it mean by business process engineering tools, What does it mean ...

What does it mean by business process engineering tools ?

Define the design phase of SDLC, Define the Design phase of SDLC In th...

Define the Design phase of SDLC In this stage, a logical system is built which fulfils given requirements. Design phase of software development deals with transforming custome

What is desk checking, What is Desk Checking? Ans) A type of manual stat...

What is Desk Checking? Ans) A type of manual static analysis usually performed by the originator. Source code documentation, etc., is visually checked against needs and standard

List the pre-requisites for white-box testing, List the pre-requisites for ...

List the pre-requisites for white-box testing The pre-requisites for white-box testing are same to that of black-box testing with one main difference: - During white-box tes

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