A penetration tester is checking a script to determine why some basic math errors are persisting. The expected result was the program outputting “True”.

Given the output from the console above, which of the following explains how to correct the errors in the script? (Choose two.)
Select all that apply, then click Submit answer.
-
○
Change ‘fi’ to ‘Endlf’.
-
○
Remove the ‘let’ in front of ‘dest=5+5’.
-
○
Change the ‘=’ to ‘-eq’.
-
○
Change ‘source’ and ‘dest’ to “$source” and “$dest”.
-
○
Change ‘else’ to ‘elif’.