write a method called makeline. the method receives an int parameter that is guaranteed not to be negative and a character. the method returns a string whose length equals the parameter and contains no characters other than the character passed. thus, if the makeline(5,':') will return ::::: (5 colons).