Search:

Type: Posts; User: sammyjrobins

Search: Search took 0.09 seconds.

  1. Replies
    5
    Views
    1,699

    Re: Stripes (asterisk patterns) problem

    This is the output right now for stripes
    Choose one of the following patterns by pressing the corresponding number
    1) Stripes
    2) Chcker Board
    3) Double diagonal (aka the X)
    1
    Input a size (must...
  2. Replies
    5
    Views
    1,699

    Re: Stripes (asterisk patterns) problem

    import java.util.Scanner;
    public class AsciiArt {
    public static void main(String[] args){
    int pattern;
    Scanner input=new Scanner(System.in);
    System.out.println("Choose one of the...
  3. Replies
    5
    Views
    1,699

    Stripes (asterisk patterns) problem

    Hi guys I need to make a program that does stripes, checkerboard, and double diagonal. I can not get the stripes to work any suggestions?
    import java.util.Scanner;
    public class AsciiArt {
    public...
Results 1 to 3 of 3