These are loops in which their loop body contains no other loops (the innermost loop in case of nested).
In order to have loop coverage, testers should exercise the tests given below.
Test 1 :Design a test in which loop body shouldn’t execute at all (i.e. zero iterations)
Test 2 :Design a test in...