Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

The following shell script is used to count the number of positives integer, negative integer entered in command line./bin/sh count Pos = 0 countNeg =

The following shell script is used to count the number of positives integer, negative integer entered in command line./bin/sh count Pos = 0 countNeg = 0 for num in S# do if [num > 0] then count POS = 'expr $count Pos + 1' elif [num < 0] then Count Neg = 'expr $countNeg + 1' fi done echo There are $countPos positive numbers and $countNeg negative numbers Which line(s) is(are) incorrect? And how to correct it (them)? Please write down your correction for that line (those lines).

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access with AI-Powered 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

Financial And Managerial Accounting

Authors: John J. Wild

9th Edition

1260728773, 9781260728774

Students also viewed these Programming questions

Question

Establish identity. cos( + k) = (-1)k cos , k any integer

Answered: 1 week ago

Question

* introduce the concept of evidence;

Answered: 1 week ago