*
***
*****
*******
I have the very basics of this program, but do not know where to go from here.
int count;
for (count = 1; count <=4; count++)
{
System.out.println("*");
}
I know that I have to make it double, and there are some stipulations, like my print statement can't contain more than one space or asterik, and there can't be more than one print statement that contain an asterik and/or space. Please point me in the right direction if possible. Any help is appreciated! (This is the last one before I get to pass out!
Okay, that's supposed to look like a pyramid from the top to the bottom.
This post has been edited by CherylP: 17 November 2008 - 08:57 PM

New Topic/Question
Reply




MultiQuote











|