Which of the following is not a principle of good programming style?
Select one:
A. Test the program
B. Use Descriptive variable names
C. Identify using text the numbers that are output
D. Provide a welcome message
Answers
(D) Provide a welcome message : is not a principle of good programming style.
Answer:
What is programming principals?
Coding, testing, troubleshooting, debugging, and system maintenance are all steps in the programming process. You can develop high-quality code and keep up strong coding habits by using programming principles.
What are the benefits of using programming principals?
1. Readability - The team of developers could all grasp the code.
2.Extensibility - We shouldn't hold the change requests in the software industry responsible; they will occur at any time. As a result, it is always simple to extend our code without violating current corporate policies.
3. Maintainability - Because the application is loosely connected, both the development team and the production support team find it simple to maintain.
4. Modularity - Create reusable parts for a programmed, such as modules, libraries, and functions.
So, option (D) Provide a welcome message is not a principle of good programming style.
#SPJ2