Search:

Type: Posts; User: Ashar

Search: Search took 0.11 seconds.

  1. Replies
    4
    Views
    2,172

    Re: small problem ... I need help

    public class Test2
    {
    public static void main(String args[])
    {

    int count = 1;
    int count2 = 1;


    for (int i = 5 ; i>= 1; i--)
  2. Replies
    4
    Views
    2,172

    small problem ... I need help

    I'm very new to Java and I'm getting really good so far in writing codes but i need help with these programs :


    how can i print these shapes using for loop :

    first shape : (I meant with the...
Results 1 to 2 of 2