Formatted output is produced using the overloaded ___ method.
WriteLine()
___ is an index number in curly brackets that indicates which variables of the argument list are to be substituted.
Marker
The ___ and ___ characters are called placeholders.
zero, pound
The location of the decimal point in the output may be decided by placing a ___ character in the format string.
period (.)
The task of catching the exception object thrown by the error
condition and then displaying an appropriate message for taking corrective
actions is known as __
Exception Handling
In addition to the ‘catch’ block, the ___ block can have one or more statements that could generate an exception.
try