diff --git a/0x03-shell_variables_expansions/9-divide_and_rule b/0x03-shell_variables_expansions/9-divide_and_rule index 3f5702f..4435fe7 100644 --- a/0x03-shell_variables_expansions/9-divide_and_rule +++ b/0x03-shell_variables_expansions/9-divide_and_rule @@ -1,2 +1,2 @@ #!/bin/bash -echo $(($POWER/$DIVIDE)) +echo $((POWER/DIVIDE))