loop
) Modify the given program to use a loop to output an arrow base of height arrowBaseHeight. (1 pt) /> (2) Modify the given program to use a loop to output an arrow base of width arrowBaseWidth. Use a nested loop in which the inner loop draws the *’s, and the outer loop iterates a […]