Informatics I Flowchart LoopsVersión en línea Practice for Loops por ELIZABETH GOMEZ CANTU 1 Determine the value of Tot if the value of the variable Times is 5: a 16 b 11 c 7 d 9 2 Determine the value of SUM if the values of the variable N1 is 3: a 11 b 16 c 26 d 12 3 Determine the value of ANSWER if the values of the inputs are: N1= 6 N2 = 38 a 20 b 24 c 26 d 28 4 This Flowchart gets the perimeter of a scalene triangle, choose the correct answer: a The program is incorrect, the variable in the output must be Side b The program is incorrect, the variable in the output must be Total c The program is incorrect, the variable Total must multiply side d The program is correct, the variable Perimeter must be in the output