Now extend the code from exercises 2 and 3 to report the states in the Northeast region with murder rates lower than 1.
Use the previously defined logical vector low and the logical operator &.
Store your result in an object called low_ne_states.