E. The programmer can improve productivity by using libraries.
Why: Libraries offer pre-written, tested code for common tasks. This saves developers time and effort, leading to increased productivity.
F. Using a library prevents a programmer from having to code common tasks by hand.
Why: The core purpose of libraries is to provide reusable code solutions. This eliminates the need to reinvent the wheel for frequently used functions and operations.