Which of the following statements are true?

1. Programmers need to consider that users may input incorrect data into a program.
2. Developers use programming languages to create software programs.
3. Developers should start coding before the design phase is complete.

A. I and II only
B. II and III only
C. I and III only
D. I, II, and III



Answer :

Final answer:

The answer explains the importance of handling incorrect data, the role of programming languages in software development, and the risks of coding before completing the design phase.


Explanation:

Programmers need to consider that users may input incorrect data into a program. It is crucial for programmers to anticipate and handle incorrect input effectively to ensure the program's reliability and user experience.

Developers use programming languages to create software programs. Programming languages are essential tools that developers utilize to write code and develop software applications.

Developers should start coding before the design phase is complete. Starting coding prematurely can lead to inefficiencies and may result in the need to redo work if design changes occur later in the project.


Learn more about programming concepts here:

https://brainly.com/question/42842401