code
Question Hi Guys,Last part (5) of code does not working, please can you fix it. Please, code the question. import java.util.Scanner; public class DrawHalfArrow { public static void main(String[] args) { Scanner scnr = new Scanner(System.in); int arrowBaseHeight = 0; int arrowBaseWidth = 0; int arrowHeadWidth = 0; int i = 0; System.out.println(“Enter arrow base height: “); […]