(Choose 1 answer)
if width > length
then
How many tests are required to achieve 100% branch/decision coverage?
biggest_dimension = width else
biggest_dimension = length end if
The following has been added to the bottom of the code fragment above.
print "Biggest dimension is " & biggest_dimension print "Width:" & width
print "Length: " & length
A. 1
B. 2
C. 3
D. 4
Exit (12