You are on page 1of 1

public class myproject {

public static void main(String[] args) {

myproject exp = new myproject();


exp.table(5);
}

public void table(int value) {


for(int i=1;i<11;i++) {
System.out.println(value + "*" + i +"=" + value*i);
}
}
}

Public class myproject{


Public static void main(String[] args) {
myproject exp = New myproject();
exp.table(5);
}

Public void table (int value) {


For(int index=0; index<50; index++)
System.out.println(index);
Index=index*5
}
}

You might also like