pascal triangle proper formatting java
问题 so I'm currently working on an assignment that I just can't seem to finish. Well I have everything finished but would like the extra credit. I've been looking around the web and can't really seem to find exactly what I'm looking for. public class PascalTester { public static void main(String[] args) { Scanner kb = new Scanner(System.in); System.out.println("Welcome to the Pascal's Triangle program!"); System.out.println("Please enter the size of the triangle you want"); int size = kb.nextInt(