|
|
A)
The logical error is that no matter what value x is, "Large" is always printed out
|
|
|
B)
There is nothing wrong with the logic at all
|
|
|
C)
There is no logical error, but there is no need to have (x > 6) in the second conditional or (x > 3) in the third conditional
|
|
|
D)
There is no logical error, but there is no need to have (x <= 10) in the second conditional or (x <= 6) in the third conditional
|
|
|
E)
The logical error is that no matter what value x is, "Very small" is always printed out
|