Answered You can hire a professional tutor to get the answer.
Using a for loop, write the multiplication table for 2. It should start with 2*1 and end with 2*12. Determine what your counter variable will start...
Using a for loop, write the multiplication table for 2. It should start with 2*1 and end with 2*12. Determine what your counter variable will start from and where it will end.
current code
System.out.println("nmultiplication table for 2");