65.2k views
0 votes
Which statement can be used to handle some of the runtime errors in a program?

a. a try statement
b. a try/except statement
c. an exception statement
d. an exception handler statement

1 Answer

2 votes

Answer:

B

Step-by-step explanation:

The answer is B, a try/except statement. This can be used to handle some of the runtime errors in a program.

User Invinciblemuffi
by
7.2k points