Search:

Type: Posts; User: Dawidos21

Search: Search took 0.11 seconds.

  1. Thread: I need help

    by Dawidos21
    Replies
    6
    Views
    842

    Re: I need help

    package Pyramid;

    import java.util.Scanner;

    public class PyramidTest {

    public static void main(String[] args){
    System.out.println("State how many levels the pyramid is to...
  2. Thread: I need help

    by Dawidos21
    Replies
    6
    Views
    842

    Re: I need help

    package Pyramid;

    import java.util.Scanner;

    public class PyramidTest {

    public static void main(String[] args){
    System.out.println("State how many levels the pyramid is to consist...
  3. Thread: I need help

    by Dawidos21
    Replies
    6
    Views
    842

    I need help

    Hello, I need to create a pyramid of numbers. In advance I got "public static void printNumPyramid (int numPyramidLvl)" Because it is not main, it gets lost completely and if I do a loop, I can't...
Results 1 to 3 of 3