
i want to know that how will create media palyer application in java

Program for multiplication of table :
class table { public static void main(String args[]) { int a=5; int i; for(i=1;i<=10;i++) { i = a*i; System.out.println(i); } } }
If you are facing any programming issue, such as compilation errors or not able to find the code you are looking for.
Ask your questions, our development team will try to give answers to your questions.
