Ask Experts Questions for FREE Help !
Ask
    dinesh679's Avatar
    dinesh679 Posts: 1, Reputation: 1
    New Member
     
    #1

    Jul 3, 2014, 02:56 AM
    How this program will work ?
    class Multi
    {
    public static void main(String d[])
    {
    int c,r=1;
    int y ;
    System.out.println("multiplicaton of table");
    do
    {
    c=1;
    do
    {
    y=r*c;
    System.out.print(" ");
    System.out.print(y);
    c=c+1;
    }
    while(c<=10);
    System.out.print(" ");
    System.out.println("\n");
    r=r+1;
    }
    while(r<=10);
    }
    }

Check out some similar questions!

Help to obtain release from sacramento work program [ 1 Answers ]

I left the program 23 days early and went to Washington DC to work, I'm now back in sacramento.

Witness Protection Program- how does it work? [ 3 Answers ]

I have to do research on the witness protection program for school. I haven't found much useful information online. Can someone give me more details on what occurs to someone who goes through the program? Is it just criminals who are put in the program? What are the stages? Where do they go and how...


View more questions Search
 

Question Tools Search this Question
Search this Question:

Advanced Search

Add your answer here.