<p>flowchart for the following program:</p><p>#include <iostream></p><p>#include <cstlib></p><p><strong>using</strong> <strong>namespace</strong>std<strong>;</strong></p><p>int bubble_sort<strong>(</strong>int a<strong>[],</strong> intn<strong>)</strong></p><p><strong>{</strong></p><p> int i<strong>,</strong> j<strong>,</strong>x<strong>;</strong></p><p> int exchanges <strong>=</strong>0<strong>;</strong></p><p> </p><p> <strong>for</strong><strong>(</strong> i<strong>=</strong> 0 <strong>;</strong> i <strong><</strong> n<strong>-</strong> 1 <strong>;</strong> i<strong>++)</strong></p><p> <strong>{</strong></p><p> <strong>for</strong><strong>(</strong>j <strong>=</strong> 0 <strong>;</strong> j