Answered step by step
Verified Expert Solution
Question
1 Approved Answer
The Pseudocode Below is a pseudo-code to help you write the program. AWK Programming language please, need correct answers to this question. BEGIN set FS
The Pseudocode Below is a pseudo-code to help you write the program. AWK Programming language please, need correct answers to this question.
BEGIN set FS to a comma print the header if (NR > 1) # this test skips the first line of the file Set individualTotal and individualCount to zero for (field-3; field = 0) { add contents of Sfield to individualTotal add one to individualCount # Now update the test-Total and testCount arrays # subtract 2 from the field number so that our arrays begin at 1 add contents of Sfield to testTotal indexed by (field-2) add I to testCount array indexed by (field-2) # Use contents field 2 as the index for the team array add contents of Sfield to teamTotal array indexed by $2 add 1 to teamCount array indexed by S2 print the person's name and his individual average END print for (n=1 ; n 1) # this test skips the first line of the file Set individualTotal and individualCount to zero for (field-3; field = 0) { add contents of Sfield to individualTotal add one to individualCount # Now update the test-Total and testCount arrays # subtract 2 from the field number so that our arrays begin at 1 add contents of Sfield to testTotal indexed by (field-2) add I to testCount array indexed by (field-2) # Use contents field 2 as the index for the team array add contents of Sfield to teamTotal array indexed by $2 add 1 to teamCount array indexed by S2 print the person's name and his individual average END print for (n=1 ; nStep by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started