How would I change these statements so the outcome is upside down?
Here's the code.

for (int line = 1; line <= size; line++) {
System.out.print("|");
for (int j = size;...