User Profile

Collapse

Profile Sidebar

Collapse
varund
varund
Last Activity: Jun 7 '10, 04:35 PM
Joined: Jun 7 '10
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • varund
    replied to Multplication table
    in Java
    Multiplication

    Hello jkmyoung,

    I tried to insert the command,it goes correct while compiling,and the same error repeating me in the run time.
    i am trying to compile the program by javac Multiplication. java and then java Multiplication.

    i cant get it,can u edit the code and tell the procedure,what is the mistake i am doing..
    See more | Go to post

    Leave a comment:


  • varund
    started a topic Multplication table
    in Java

    Multplication table

    hi,i write a code for multiplication table,it is compiled properly but it is showing run time error.i think there is some problm in declaring array.i cant fix it.plz help me out with this..i am a beginner in java.

    My code is
    class Multiplication
    {

    public static void main (String[] a)
    {
    int num = Integer.parseIn t(a[0]);

    for( int i=1;i<=10;i++)
    System.out.prin tln(i*num);...
    See more | Go to post
No activity results to display
Show More
Working...