Mithat Konar
2019-02-11
Set counter's initial value While counter has not yet exceeded the STOP_VALUE Do something Increment counter
Get value While value is not SENTINEL value Do something Get value
Get input value from user While input value is not valid Get input value from user
Show menu Get menu choice from user While input value is not QUIT value Process the menu choice Show menu Get menu choice from user
For each item in collection Do something with or to the item