If what your trying to do is print "H" as "HHH" provided the user provided 3, you can just use a loop to concatenate a string with all three, then just print that.
↧
If what your trying to do is print "H" as "HHH" provided the user provided 3, you can just use a loop to concatenate a string with all three, then just print that.