Question: Java: This is lab 3 that this was reffering to ^ (lab 3 is the picture below, I need help with the top picture) import
Java:

This is lab 3 that this was reffering to ^ (lab 3 is the picture below, I need help with the top picture)

import java.util.Scanner; public class DiamondTop f public static void main(String[ 1 args) // TODO Auto-generated method stub Scanner userinput = new scanner (System.in); Character x; int size = 0; System.out.println("Enter Maximum number of rows for top half of diamond: "); sizeuserinput.nextInt(); System.out.println( "Enter a Character to display inside: "); x = userinput . next().charAt(0); int a,b,c; for (a = 0; a a; b-) { System.out.print(" "); //this is to build the shape for (c-0; c a; b-) { System.out.print(" "); //this is to build the shape for (c-0; c
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
