Identify the practice that best improves the maintainability and readability of program code.
Writing all instructions on a single line to reduce file size
Using global variables for all values in the program
Adding meaningful comments to explain complex sections of code
Using single-character variable names throughout the program