Q&A
Ask and answer questions to make information more available to wider audiences.
Ace Caldwel @caldwelace   30, Jun 2023 12:00 AM
exceptions
How do exceptions affect the program if it doesn't handle them?
answers 1
 
Answer 1
Noah Antills @noahantills   07, Jul 2023 02:23 PM
If you don't deal with an exception once it occurs, the programme will end abruptly and the code after the line where the exception occurred won't run.