179k views
0 votes
What are the consequences of writing selection structures to include an unnecessary nested selection structure ?​

User Riddik
by
4.9k points

1 Answer

0 votes

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.

User AAndrei
by
5.2k points