very independent : ) we use it for everything
The device which typically combines the capabilities of a scanner , fax ,and copying machine is called an input device.
I had that problem all the time. do this:
right click on the excel icon on the computer and click for a new excel sheet
go to file and open
find the excel sheet
and now you have 2 sheets open
Answer:
You can have many catch blocks to handle different types of exceptions.
Explanation:
In programming, catch and try are blocks of codes that are written to handle errors. While the try block of code will allow for the definition of code blocks which are tested for errors, the catch block of code allows the programmer to define the block of code to be executed if an error occurs in the try block.... somewhat like the if....else statements. since there could be different error handling scenarios,one can have as many catch blocks for different error exceptions