Describe one feature of an Integrated Development Environment (IDE) that can be used to help write the program and one feature that can be used to help test the program
Auto-complete - Start typing an identifier/command and it fills in the rest
Breakpoints - Stop the program running at a set point to check variables