Search:

Type: Posts; User: Dimo62

Search: Search took 0.11 seconds.

  1. Thread: Java Homework

    by Dimo62
    Replies
    3
    Views
    993

    Re: Java Homework

    I have tried this much.
    import java.util.Scanner;



    /**This program displays a diamond pattern with the input gathered from user
    */


    public class DiamondPattern {
  2. Thread: Java Homework

    by Dimo62
    Replies
    3
    Views
    993

    Java Homework

    How can I write a Java program that shows these patterns by getting input from the user with character input and integer input.
    ****
    ***
    **
    *
    *_*
    *_ _*
    *_ _ _*

    also:
Results 1 to 2 of 2