Suppose a program has a button with the caption "Quit" Suppose also that Name property of this button is btnQuit.
Write a btnQuit_Click event precede that gives the user a second chance before ending the program.
The prtK.edu should use an input box to request that the user confirm that the program should t terminated, and then end the program only if the user responds in the affirmatives.