Diana L Harris drew these hieroglyphs: > > for ( i = 0 ; i < 3 ; i++ ) > > > ****** Wouldn't I need a { here? > > dist += (start[i]-stop[i])*(start[i]-stop[i]); > And } here? Nope, though it won't hurt if you add one.