Computers and Technology
directions: the question or incomplete statement below is followed by four suggested answers or completions. select the one that is best in each case. the code segment below is intended to display all multiples of 5 between the values start and end, inclusive. for example, if start has the value 3 5 and end has the value 5 0, the code segment should display the values 3 5, 4 0, 4 5, and 5 0. assume that start and end are multiples of 5 and that start is less than end. the program consists of 6 lines. begin program line 1: i, left arrow, start line 2: reapeat, missing expression, times line 3: open brace line 4: display, open parenthesis, i, close parenthesis line 5: i, left arrow, i plus 5 line 6: close brace end program. which of the following could replace missing expression in line 2 so that the code segment works as intended? responses end minus start plus 1 image with alt text: end minus start plus 1 end minus start plus 6 image with alt text: end minus start plus 6 open parenthesis, open parenthesis, end minus start, close parenthesis, divided by 5, close parenthesis, plus 1 image with alt text: open parenthesis, open parenthesis, end minus start, close parenthesis, divided by 5, close parenthesis, plus 1