3.2 The following incomplete program in Figure 1 read 10 marks from keyboard, store in the array and display the total marks and average marks at the end. Complete the program by converting the...


C programming


3.2 The following incomplete program in Figure 1 read 10 marks from keyboard, store in<br>the array and display the total marks and average marks at the end. Complete the<br>program by converting the pseudo-code written in line 10, 11, 12, 15, 18 and 20 into C<br>statements.<br>1 finclude<stdio.h><br>2<br>3 int main ()<br>4 {<br>5<br>float marks (10], sum=0,average=0;<br>6<br>int i;<br>8<br>printf(

Extracted text: 3.2 The following incomplete program in Figure 1 read 10 marks from keyboard, store in the array and display the total marks and average marks at the end. Complete the program by converting the pseudo-code written in line 10, 11, 12, 15, 18 and 20 into C statements. 1 finclude 2 3 int main () 4 { 5 float marks (10], sum=0,average=0; 6 int i; 8 printf("Please enter marks\n“); for (i=0;i<10;i++) loops="" to="" store="" all="" marks="" in="" the="" array="" read="" marks="" from="" keyboard="" and="" store="" them="" in="" the="" array="" compute="" sum="" of="" marks="" 10="" 11="" 12="" 13="" end="" loop="" 14="" 15="" compute="" average="" marks="" 16="" 17="" for="" (i=""><10;i++) loops="" to="" display="" all="" marks="" in="" the="" array="" 18="" display="" all="" marks="" from="" the="" array="" 19="" 20="" display="" total="" and="" average="" marks="" 21="" return="" 0;="">

Jun 10, 2022
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here