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

Explain about total quality management, Q. Explain about Total Quality Mana...

Q. Explain about Total Quality Management? TQM is a part of management practices throughout the organization, geared to make sure the organization consistently exceeds or meets

Explain acceptance testing and beta testing, Q. Explain acceptance testing ...

Q. Explain acceptance testing and beta testing? Acceptance Testing as well as Beta testing: System tests are designed to authenticate a fully developed system to guarantee th

Mention some of the drawbacks of rad model, Mention some of the drawbacks o...

Mention some of the drawbacks of RAD model. Not suitable for largescale projects. Commitment of developers & customers are required. Not appropriate when technical ris

Management issues in software development, Q. Management Issues in software...

Q. Management Issues in software development? Management Issues:-Project managers typically write the risk management plan and most people don't wish to air their weaknesses in

What is compatibility testing, What is Compatibility testing - It's a n...

What is Compatibility testing - It's a non-functional test performed on a software system or component for checking its compatibility with the other parts in computing environm

Explain iso 9000 certification, ISO 9000 certification Quality standard...

ISO 9000 certification Quality standards and procedures should be documented in an organisational quality manual. An external body might be certify that an organisation's qu

Describe the main categories of e-commerce, Question 1: (a) A company w...

Question 1: (a) A company wishes to under-go a Business Process Re-engineering activity with respect to its core business processes. Explain the extent to which MIS could be

Define repeated inheritance, Repeated inheritance If a class inherits ...

Repeated inheritance If a class inherits more than once from the same class then it is referred to as repeated inheritance.

Usual stages of the simplified design process, Q. Usual stages of the simpl...

Q. Usual stages of the simplified design process? Pre-production design Design brief it is an early often the beginning statement of design goals Analysis i

What is the use of architectural design, What is the use of Architectural d...

What is the use of Architectural design? The Architectural design explains the relationship among major structural elements of the software, the "design patterns" that can be u

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