bubble sortok its works! thank you! :)
bubble sortif i change the size in [code]for(j=0; j<size-1; j++)[/code] it is now ok?
bubble sort[code]const int size = 5; int main() { int i, j, a, tmp = 0; int table[size]; for(i=0; ...
switch statmentThaaaanks aa loooot!!!!!! :):):):)
switch statmentHow can i put 2 choiches in 1 case?? ex: [code]switch(parameter) { case '10-20': cout << "Lucky...
This user does not accept Private Messages