Bash Scripting - Conditionals
You want to write a script that prints "Positive" if a number is greater than zero, "Zero" if it is zero, and "Negative" otherwise. Which of these scripts correctly implements this using elif?
elif correctly to check the second condition.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions