Design in JFLAP a Truing machine that takes as input a tape containing a series of n 1s, Where n >= 0, terminated by an = sign. The Turing machine head is initially positioned on the leftmost 1. The end state should be a tape containing the input followed by the reverse of the sequence of 0s and 1s that represents n in binary.