asked 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.

asked
User Sam Rao
by
8.0k points

1 Answer

4 votes

Answer:

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

Step-by-step explanation:

answered
User Alpesh Patil
by
8.9k points