Explanation:
num1= print("Enter a number :")
num2 = print("Enter a number :")
sum = num1 + num2
print(sum)
D. A window the rest are incorrect
A. review or print them later
In traditional programming, probably the most often used error-handling outcome was to terminate the program in which the offending statement occurred.
<h3>What is a traditional programming?</h3>
Traditional programming is known to be a form of manual way that one or a user makes a program.
Note that in the case above, In traditional programming, probably the most often used error-handling outcome was to terminate the program in which the offending statement occurred.
Learn more about programming from
brainly.com/question/23275071
#SPJ1