Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

write a program in awk that reads in numbers, and listing its number of items read in, sum, min, max and mean. Help. what do

write a program in awk that reads in numbers, and listing its number of items read in, sum, min, max and mean.
Help. what do i need to edit?
image text in transcribed
image text in transcribed
image text in transcribed
image text in transcribed
stop when we get a zero $1 == 0 { exit } # jumps to END condition special steps for first line only NR == 1 { max = $1 # A11 lines (including first) total += $1 Dmit mesults at end of data (omon zero) END { if (NR == 0 || (NR == 1 && $1 == 0)) { printf("# items: 0 ") -- INSERT -- special steps for first line only at NR = 1 { max = $1 All lines (including first) total += $1 print results at end of data (or on zero) END if (NR == 0 IT (NR =1 && $1 - 0)) { printf("# items: 0 ") } else { if ($1 == 0 ) { $ don't count the sentinel value NR -- 1 (PRINTEC 'items: an sa $1 printf(" items: td ", NR) printf("Total: $f ", total), INSERT -- stop when we get a zero $1 == 0 { exit } # jumps to END condition special steps for first line only NR == 1 { max = $1 # A11 lines (including first) total += $1 Dmit mesults at end of data (omon zero) END { if (NR == 0 || (NR == 1 && $1 == 0)) { printf("# items: 0 ") -- INSERT -- special steps for first line only at NR = 1 { max = $1 All lines (including first) total += $1 print results at end of data (or on zero) END if (NR == 0 IT (NR =1 && $1 - 0)) { printf("# items: 0 ") } else { if ($1 == 0 ) { $ don't count the sentinel value NR -- 1 (PRINTEC 'items: an sa $1 printf(" items: td ", NR) printf("Total: $f ", total), INSERT -- stop when we get a zero $1 == 0 { exit } # jumps to END condition special steps for first line only NR == 1 { max = $1 # A11 lines (including first) total += $1 Dmit mesults at end of data (omon zero) END { if (NR == 0 || (NR == 1 && $1 == 0)) { printf("# items: 0 ") -- INSERT -- special steps for first line only at NR = 1 { max = $1 All lines (including first) total += $1 print results at end of data (or on zero) END if (NR == 0 IT (NR =1 && $1 - 0)) { printf("# items: 0 ") } else { if ($1 == 0 ) { $ don't count the sentinel value NR -- 1 (PRINTEC 'items: an sa $1 printf(" items: td ", NR) printf("Total: $f ", total), INSERT -- stop when we get a zero $1 == 0 { exit } # jumps to END condition special steps for first line only NR == 1 { max = $1 # A11 lines (including first) total += $1 Dmit mesults at end of data (omon zero) END { if (NR == 0 || (NR == 1 && $1 == 0)) { printf("# items: 0 ") -- INSERT -- special steps for first line only at NR = 1 { max = $1 All lines (including first) total += $1 print results at end of data (or on zero) END if (NR == 0 IT (NR =1 && $1 - 0)) { printf("# items: 0 ") } else { if ($1 == 0 ) { $ don't count the sentinel value NR -- 1 (PRINTEC 'items: an sa $1 printf(" items: td ", NR) printf("Total: $f ", total), INSERT

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Advances In Spatial Databases 2nd Symposium Ssd 91 Zurich Switzerland August 1991 Proceedings Lncs 525

Authors: Oliver Gunther ,Hans-Jorg Schek

1st Edition

3540544143, 978-3540544142

More Books

Students also viewed these Databases questions

Question

3. Evaluate your listeners and tailor your speech to them

Answered: 1 week ago