Create a algorithm that accomplishes the following: the algorithm starts, then an integer is input. if the input is bigger than or equal to 7 , the output is if the input is bigger than or equal to 0 but less than 7, the output is "0" if the input is negative, the output is "-1" the algorithm then stops.