The program below has an error. The user wants the program to add the numbers contained in two lists. The desired output is 30,
W purpose add the numbers in two list
A5
B 3
C8
D10
E12
alist (A, B, C)
print("alistis". List)
another List - (DE)
print("anotherList is anotherLint)
sum - alist another List
print("The sum of the numbers in both lists is", sum)
What evaluation technique is being used in the program?

Respuesta :

tonb

Answer:

see below picture

Explanation:

This is what I made out of your pseudocode.

The sum of 30 is of course impossible given the available numbers.

Ver imagen tonb

Answer:

Print debugging

Explanation:

Edge 2021