Answer :
Final answer:
A program editor is preferred over a plain-text editor for coding due to features like code highlighting, auto-completion, and built-in debugging tools which make coding more efficient and less error-prone.
Explanation:
It's better to use a program editor instead of a plain-text editor because program editors offer a range of features designed to help you write code efficiently. They can highlight syntax, automatically indent code, and even suggest code as you type. These features can reduce the chance of coding errors, speed up your coding process, and generally make your programming experience smoother.
For example, a program editor like Visual Studio Code or Sublime Text offers auto-completion for code, which can suggest the rest of a word or line of code after you've started typing it. They also have built-in debugging tools to help you identify and fix problems in your code.
On the other hand, while a plain-text editor like Notepad is fine for taking notes or writing a simple text file, it doesn't offer the more advanced features of a program editor that help with coding.
Learn more about Program Editor here:
https://brainly.com/question/32136394
#SPJ11