Question: answer this please Reflection (50%) Instructions Record your answer(s) to the reflection question(s) in the provided reflect.txt text file 1. With the completion of this
answer this please
Reflection (50\%) Instructions Record your answer(s) to the reflection question(s) in the provided "reflect.txt" text file 1. With the completion of this workshop, you must have begun to appreciate why code formatting is important. Explain how you made your code - especially the iteration and selection logic parts - easy to read and maintain. 2. Nested logic is an important feature of programming in any language. Identify and briefly discuss the biggest impact on how this workshop could be coded if nesting were not possible. 3. Consider the following scenario: you are programming logic that requires a user to input a value between 1 and 5, and for each value within that range, you had to perform something unique. You would have to apply selection to validate the entered values so you can implement the given logic for a specific entered range value. Explain why is it inefficient to achieve this using a series of "if" optional path constructs instead of the preferred "if/else if..." alternative path logic
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
