Question: The following program reads in 2 numbers from input, assigns them to num 1 and num 2 respectively, and then outputs the sum of those
The following program reads in 2 numbers from input, assigns them to num 1 and num 2 respectively, and then outputs the sum of those numbers, Copy the code provided to see how this code is executed in an autograded system. num1 = int ( input ()) num2 = int ( input ()) print( (num1 + num2) See How to. Use zyBboks for info on how our automated program grader works
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
