User profile: p0711

User info
User name:p0711
History
Joined:
Number of posts:5
Latest posts:

bubble sort
ok its works! thank you! :)

bubble sort
if 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 statment
Thaaaanks aa loooot!!!!!! :):):):)

switch statment
How can i put 2 choiches in 1 case?? ex: [code]switch(parameter) { case '10-20': cout << "Lucky...

This user does not accept Private Messages