Which of the following is not a dependent statement indentation rule?

A. Use comments on each line of code to further explain it.
B. Indent statements that are dependent on previous statements.
C. Align else statements with their corresponding if statements.
D. Align the braces in a block of code.
E. Align all code on the same level, that is, code that is dependent on the same control statement.


Answer: A

Computer Science & Information Technology

You might also like to view...

Why do you suppose is there no universally accepted definition?

What will be an ideal response?

Computer Science & Information Technology

To right align the text in a JTextField, the horizontalAlignment property can be set to ___________ .

a) JTextField.Right b) JTextField.RIGHT c) JTextField.right d) All of the above.

Computer Science & Information Technology

What command must be selected in order for the Command Button Wizard to work?

A) Command Button toggle B) Custom Navigation wizard C) Use Control Wizards D) Use Forms Wizard

Computer Science & Information Technology

In the Visual Basic Editor, the ________ is where you can edit the text of any procedure

Fill in the blank(s) with correct word

Computer Science & Information Technology