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
Get step-by-step solutions from verified subject matter experts
