I'm trying to print a hourglass with java code that takes input from the user, and prints it out in rows and colums.
When I input the number 5 in my code, it prints out as..
1
212
32123
4321234
543212345
It prints out like I want, BUT I'm also needing some lines of code how to make it print upwards...so it looks like an hourglass almost.
I can provide what code I have so far if needed.
Thank you for your time in viewing this and any help I get (in advance)