question consider the following program code. the block code consists of seven lines with some of the lines indented. line one: begin block, lowercase i left arrow zero end block. line two: begin block, sum left arrow zero end block. begin block line three: all capital repeat until, begin block, lowercase i equals four, end block. begin block. line four is indented one tab: begin block, i left arrow one end block. line five is indented one tab: begin block, sum left arrow sum plus lowercase i, end block. line six is indented one tab: begin block, lowercase i left arrow lowercase i plus one end block. end block, end block. line seven: begin block, all capitals display, begin block, sum, end block. end block. which of the following best describes the result of running the program code?



Answer :

Other Questions