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, please answer honestly as said in the question


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 tinclude<stdio.h><br>2<br>3 int main ()<br>4 {<br>5<br>float marks (101, sum-0, average=0;<br>6<br>int i<br>7<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 tinclude 2 3 int main () 4 { 5 float marks (101, sum-0, average=0; 6 int i 7 printf ("Please enter marks\n"); 10 for (i=0;i<10;i++) loops="" to="" store="" ali="" marks="" in="" the="" array="" read="" marks="" from="" keyboard="" and="" store="" them="" in="" the="" array="" compute="" sum="" of="" marks="" 11="" 12="" 13="" end="" loop="" 14="" 15="" compute="" average="" marks="" 16="" for="" (i=""><10;i++) loops="" to="" display="" all="" marks="" in="" the="" array="" display="" all="" marks="" from="" the="" array="" 17="" 18="" 19="" 20="" display="" total="" and="" average="" marks="" return="" 0;="" 21="" 22="" }="" figure="">

Jun 10, 2022
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here