You are developing code for a class named Account. The Account class includes the following method:
You need to ensure that overflow exceptions are thrown when there is an error.
Which type of block should you use?
A.
checked
B.
try
C.
using
D.
unchecked
A
https://docs.microsoft.com/en-us/dotnet/csharp/language-reference/keywords/checked-and-unchecked