Question: Looking at the script below, what will display on the screen? 1, 2, or 3? #!/bin/bash number=1 echo $((number++))
Looking at the script below, what will display on the screen? 1, 2, or 3? #!/bin/bash number=1 echo $((number++))
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
