So I was assigned to make a diamond with asterisks in Java and I\'m really stumped. Here\'s what I\'ve come up with so far:
public class Lab1 { public s
import java.util.Scanner; public class Diamond { /** * @param args */ public static void main(String[] args) { // TODO Auto-generated method stub Scanner in=new Scanner(System.in); int input=in.nextInt(); int min=1; for(int i=0;ii;j--){ System.out.print(" "); } for(int k=0;k