Splash Screen
an opening screen that appears as an application is loading, signaling that the program is about to start and displaying an image and information to engage the user.
Sleep Procedure
uses an integer value that determines how long the application should pause.
What is a procedure?
a named set of code that performs a given task
What is a function?
it returns a single value to the calling procedure.
What is Try-Catch
a way to detect exceptions and take corrective action. It means “Try to execute this code” and “Catch errors here”