Bash Scripting - Functions
What will this script print?
add() {
echo $(( $1 + $2 ))
}
add 5 3add() {
echo $(( $1 + $2 ))
}
add 5 315+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions