Handling runtime failures
Do you also have such days when lots of things seem to go wrong? Computers have that too. They want to read from a file, but it has vanished. Or write to a network connection but the network is down. Computer programs must cope with these kinds of errors, because normally the program shouldn’t crash…