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

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

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!