Saved Bookmarks
| 1. |
Which of the followinf is not a principle of good programming style? |
|
Answer» Answer: Provide a Welcome Message Explanation: Which of the FOLLOWINF is not a principle of good PROGRAMMING style? Option given are as below 1. Use Descriptive VARIABLE Name 2. Provide a Welcome Message 3. Identify Using the text the numbers that are out put 4. Test The Program Use Descriptive Variable Name is Very good PRACTICE & make LOGIC to understand easily Test The Program : Necessary to avoid bugs Provide a Welcome Message is not a principle of good programming style. |
|