subject

Considere o seguinte programa escrito em linguagem c: int main(){ float notas[10][4]; float media, soma; for (i=0; i< 10; i++){ printf("aluno %d: ",i+1); for (j=0; j< 4; j++){ printf("entre com a nota: "); scanf("%f",& notas[i][j]); } printf("\n"); } for (i=0; i< 10; i++){ soma = 0; for (j=0; j< 4; j++) soma = soma + notas[i][j]; media = soma/4; printf("a media do aluno %d foi: %.2f", i+1, media); } system("pause"); return 0; } sobre este programa, analise as seguintes sentenças: i. em resumo, o programa l? e armazena 4 notas de 10 alunos e em seguida calcula e apresenta a média destas notas para cada aluno. ii. o programa faz uso de uma matriz, que é do tipo de dado float, tem o nome notas e foi declarado que ela possui 2 dimens? es. iii. a instruç? o que corresponde a declaraç? o da matriz é "float media, soma; ". iv. na matriz utilizada, as linhas representam os alunos e as colunas representam as notas.

ansver
Answers: 2

Another question on Computers and Technology

question
Computers and Technology, 22.06.2019 11:50
You have written, as part of a school assignment, a research paper on the solar system. you want to share this paper on your school website. on which type of server will you upload it?
Answers: 1
question
Computers and Technology, 23.06.2019 05:00
Acompany is inviting design for its new corporate logo from its users. this is an example of ? a. crowdfunding b. crowdvoting c. crowdsourced design d. crowdtracking
Answers: 3
question
Computers and Technology, 23.06.2019 07:00
What are three software programs for mobile computing?
Answers: 1
question
Computers and Technology, 23.06.2019 09:00
What provides an array of buttons for quick access to commonly used commands and tools
Answers: 1
You know the right answer?
Considere o seguinte programa escrito em linguagem c: int main(){ float notas[10][4]; float media,...
Questions
question
Mathematics, 27.11.2019 22:31
Questions on the website: 13722363