139k views
3 votes
Programming style includes techniques for consistently putting spaces and indentation in a program so visual cues are created.

a. True
b. False

User Johan Rosa
by
5.0k points

1 Answer

3 votes

Answer:

a. True

Step-by-step explanation:

Programming style include those techniques that makes the code base looks homogeneous. The same spacing and indentation, giving it a particular visual pattern. Every programming language has a particular style which it should follow, example the style of programming in C is different with PASCAL.

User Alaskan
by
4.8k points