Solved

A Penetration Tester Is Checking a Script to Determine Why

Question 4

Multiple Choice

A penetration tester is checking a script to determine why some basic math errors are persisting. The expected result was the program outputting "True". 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.)  A)  Change 'fi' to 'Endlf'. B)  Remove the 'let' in front of 'dest=5+5'. C)  Change the '=' to '-eq'. D)  Change 'source' and 'dest' to  $source  and  $dest . E)  Change 'else' to 'elif'. Given the output from the console above, which of the following explains how to correct the errors in the script? (Choose two.)


A) Change 'fi' to 'Endlf'.
B) Remove the 'let' in front of 'dest=5+5'.
C) Change the '=' to '-eq'.
D) Change 'source' and 'dest' to "$source" and "$dest".
E) Change 'else' to 'elif'.

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions