hi everyone,
plz help me generate the following output:
11
134
1359
135716
1359
134
11


i've tried the following code but it is'nt working, plz modify my code;


for (int i=1; i<6;i++)
{
    for (int j=1; j<=i; j+=2)
    {
        cout <<i<<j ;
    }

cout <<"\n";
}

regards,
ibraheem,



      

[Non-text portions of this message have been removed]

Reply via email to