Select the correct answer. Linda has written a program that works well on various operating systems, but she needs to increase the readability of the program. Which quality of the program should Linda focus on to meet her goal?

A : efficiency
B : flexibility
C : structure
D : generality

Respuesta :

The best answer in this case to improve readability of the program is for Linda to improve the structure (Answer C). Code structure in a program can help convey logic and make the code much more readable to the user. This can include things like using tabs and spacing more effectively, and adding functions that can be called instead of repeating the same lines of code in order to repeat a certain process.
ACCESS MORE
EDU ACCESS