Search:

Type: Posts; User: silverpen10

Search: Search took 0.58 seconds.

  1. Replies
    8
    Views
    1,471

    Re: looping println

    nvm
  2. Replies
    8
    Views
    1,471

    Re: looping println

    got it thanks
  3. Replies
    8
    Views
    1,471

    Re: looping println

    public class Unit6_2 // Peter Krasinski
    {
    public static void main( String [] args )
    {
    int x = 0;

    System.out.println();

    while ( x <= 10 )
    {
  4. Replies
    8
    Views
    1,471

    looping println

    Write a program that displays the following output:

    **********
    *********
    ********
    *******
    ******
    *****
    ****
    ***
Results 1 to 4 of 4