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..
User Profile
Collapse
-
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);...
No activity results to display
Show More
Leave a comment: