The program named SentinelLoop02

This program is another implementation of a sentinel loop using the do-while loop structure, (which is an exit-condition loop), instead of the while loop structure used in the previous program.