What will be displayed on screen? 5. A program accepts 20 integers from user. The program calculates the quotient of the last two integers, calculates the difference of first two integers, calculates the summation of the third to the tenth integers, and calculates the product of the eleventh to eighteenth integers. Finally the program displays the sum, difference, product and quotient. i. Write the pseudocode for the algorithm. ii. Draw the flowchart for the algorithm.​