jgfujtf
Chat with our AI personalities
please give me an algorithm and a corresponding flow chart that displays list of numbers from 1 to 20.
n=100 loop until n = 9 print n n = n -1 end loop
You don't. A flowchart is one form of a visualization for an algorithm. Overloaded functions are one of many tools used to implement such an algorithm. The algorithm (and, therefore, the flowchart) isn't concerned with the tool needed for the implementation.
draw the flowchart for transpose of a matrice
pictorial representation of a program is called a flowchart