Search:

Type: Posts; User: dustbreakangel

Search: Search took 0.11 seconds.

  1. Replies
    8
    Views
    2,565

    Re: Pyramid of Doubling Numbers

    Why use lengthy codes? use mine. It worked.
  2. Replies
    8
    Views
    2,565

    Re: Pyramid of Doubling Numbers

    Done in about 10 minutes. Just input your pyramid length.


    import java.util.Scanner;

    public class DoublePyramid {
    public static void main(String[] args) {
    Scanner scan = new...
Results 1 to 2 of 2