Sentinel Controlled While Loop
The following java program application uses Sentinel Controlled While Loop. You might not know how many times a set of statements need to be executed, but you do know that the statements need to be executed until a special value is met. This special value is called a sentinel. .