Consider the pseudo code provided below:

Given the following tests, what additional test(s) (if any) would be needed in order to achieve 100% statement coverage, with the minimum number of tests?
Test 1: A = 7, B = 7, Expected output: 7
Test 2: A = 7, B = 5, Expected output: 5
100% statement coverage means that every line of code is executed at least once during testing. Based on the provided pseudo-code and the test cases given:
Test 1 executes the MIN = B statement when A and B are equal.
Test 2 executes the MIN = A statement and skips the inner IF since B is not equal to 2*A.
All statements within the code have been executed by these two tests, hence no additional test cases are needed to achieve 100% statement coverage.
Gerald
3 months agoJaclyn
3 months agoMarva
3 months agoEdna
4 months agoBok
4 months agoLavonna
4 months agoJanet
4 months agoGermaine
4 months agoCrista
5 months agoCharlette
5 months agoJeanice
5 months agoRoselle
5 months agoMarion
5 months agoCathrine
5 months agoInocencia
5 months agoTimothy
5 months agoDeangelo
5 months agoIsidra
2 years agoChanel
2 years agoRuby
2 years agoKristine
2 years agoChanel
2 years ago