202k views
4 votes
What is a feature of readable code?

A) The code is interesting to read.
B) The code uses meaningful names for variables, procedures, and classes.
C) The code is all aligned to the left margin.
D) The code is as compact as possible to save space.

User Sam Rao
by
4.8k points

1 Answer

4 votes

Answer:

C) The code is all aligned to the left margin.

Step-by-step explanation:

User Alpesh Patil
by
5.6k points