addison8083 addison8083 08-02-2024 Computers and Technology contestada To monitor a block of code for run time exceptions, use : 1) inspect... exception... 2) try... catch... 3) return -1; 4) error("run time exception"); 5) All of the above