Question: linux QUESTION 20 How many times will the following loop execute as part of a script: #!/bin/bash COUNTER=0 while [SCOUNTER -It 7 ] do echo
QUESTION 20 How many times will the following loop execute as part of a script: #!/bin/bash COUNTER=0 while [SCOUNTER -It 7 ] do echo "hello world" let COUNTER=SCOUNTER+2 done
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
