Answer: less efficient code
Step-by-step explanation:
When a programmer studies the specifications of a problem, then the programmer can then decide if the solution to the problem will require a nested selection structure or not.
One consequences of writing selection structures to include an unnecessary nested selection structure is that it produces a less efficient code.