Bash Scripting - Loops
What is the output of this script?
for i in {3..6}; do echo $((i * 2)); donefor i in {3..6}; do echo $((i * 2)); done15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions