The program below is used to calcualte the sum of 3 numbers. There is an error in this program. Which line contains the error? num1=10 num2 =20 num3="30" sum = num1+num2+num3 print (num1) print (num2) print (num3) print (sum)

Solved
Show answers

Ask an AI advisor a question