Make a flowchart of the code below.
Ps. I am using Java as my programming language.
Extracted text: Multiplication table using nested for loop 1. public class Multiplication_Table6{ 2. public static void main (String args[]){ 3. System.out.print("Multiplication table'n"): 4. for(int i=1; i<=10; i++){="" for(int="" j="1;">=10;><=10; j++){="" 5.="" 6.="" system.out.print(i*j+"\t");="" 7.="" }="" 8.="" system.out.println();="" 9.="" 10.="" }="" 11.="" }="">=10;>
Already registered? Login
Not Account? Sign up
Enter your email address to reset your password
Back to Login? Click here