#include "stdafx.h" #include #define SIZE 14 void bubble(int x[],int n) { int pass,hold,j; bool s=true; for(pass=0;pass