Linux Bash Arithmetic Expressions Question: Download Linux Bash Arithmetic Expressions PDF

What is the output of this program?
#!/bin/bash
for i in 2 3 7
do
echo "ggl"
done
exit 0
a) 'ggl' will print 3 times
b) nothing will print
c) program will generate an error message
d) none of the mentioned

Tweet Share WhatsApp