Question: 1.Write a bash script program that reads a set of positive integer numbers until a sentinel value is entered.Enter 99 as the sentinel value to

1.Write a bash script program that reads a set of positive integer numbers until a sentinel value is entered.Enter 99 as the sentinel value to terminate the loop. The idea of a sentinel controlled loop is that there is a special value (the "sentinel") that is used to say when the loop is done. In this example, the user will enter -99 to tell the program to terminate the loop?? Need help on this

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!