I\'m trying to make a constructor that creates a number of just zeros that make as many zeros as the given length. For example, of length of 4 would contruct \'0000\'.
I