Sovi.AI - AI Math Tutor

Scan to solve math questions

QUESTION IMAGE

question # 4 multiple choice which of these is a benefit of including c…

Question

question # 4 multiple choice which of these is a benefit of including comments in your code? makes your app more user friendly helps other programmers understand your code makes the app run faster improves the user interface

Explanation:

Brief Explanations

Code comments are text notes within code to clarify its functionality, logic, or purpose. They are not directly related to user - friendliness, speed, or user interface of an app but help in code comprehension for other programmers.

Answer:

B. helps other programmers understand your code