Question: Question 4 Identify the error with the code written below. The Answer saved program is supposed to take two numbers from input, Points out of

Question 4 Identify the error with the code written below. The Answer saved program is supposed to take two numbers from input, Points out of 2.00 and then show the result when you subtract the first from the second. num1 = input( "Input the first number") num2 = input ("Input the second number") print (num1 - num2) a. You cannot mix numbers and variables names. b. The input function can only be written like this: input() with nothing in the parentheses. c. The subtraction could result in a negative number. d. print() can only print out strings, not integers. e. None of these are the error. f. There is no error in this code. Clear my choice
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
