why should you limit the length of your code lines? makes the application more user - friendly helps the…

why should you limit the length of your code lines? makes the application more user - friendly helps the application run better on different screen sizes makes it easier for programmers to read and understand the code makes the application run faster
Answer
Brief Explanations:
When code lines are limited in length, it enhances readability. Programmers can quickly scan and understand the logic. User - friendliness (related to end - user interaction) and application speed (depends on algorithms and optimizations) are not directly affected by line length. Screen - size adaptation is more about layout and responsive design in the application, not code line length.
Answer:
makes it easier for programmers to read and understand the code