Clipping Nails Algorithm
Repeat until all the nails are cut and trim.
Hold on to a clipper.
Start clipping the nail starting from the thumb.
Clip the nail right to left.
Take a look at the nail.
Trim it.
Move on to the next finger.
End repeat
End repeat
__________________________________________________________
Pseudocode
if ( the nail that are clipped is hanging ) {
peel it off
} else {
continue on clipping the nail on the next finger
}
__________________________________________________________
if ( the nail are not properly clip ) {
trim it
} else {
move on to the next finger
}
__________________________________________________________
if ( the nail that are drop is distracting you) {
sweep it away
} else {
continue on clipping the next finger
}
__________________________________________________________