directions: for the question or incomplete statement below, two of the suggested answers are correct. for…

directions: for the question or incomplete statement below, two of the suggested answers are correct. for this question, you must select both correct choices to earn credit. no partial credit will be earned if only one correct choice is selected. select the two that are best in each case. which of the following are benefits of using well - named variables in a computer program? select two answers. the program will run faster. the program will be easier for people to read. the program will have a greater data storage capacity. the program will be easier to modify in the future.
Answer
Brief Explanations:
Well - named variables improve code readability as they clearly convey their purpose. They also make future modifications easier since the meaning of the variable is clear. They do not affect program speed or data storage capacity.
Answer:
B. The program will be easier for people to read. D. The program will be easier to modify in the future.