Addicting Cheats Production
here are the rulez

rule numbah 1 : no begging of any account & cheats/hacks

rule numbah 2 : no spamming

rule nambah 3 : respect other members

rule numbah 3 : no posting porn links

rule numbah 4 : No posting of E-mail address

rule numbah 5 : no warez links

rule numbah 6 : no advertising of any sites

rule numbah 7 : No flaming/arguing

rule numbah 8 : no selling of cheats/hacks

rule numbah 9 : no multi account
Addicting Cheats Production
here are the rulez

rule numbah 1 : no begging of any account & cheats/hacks

rule numbah 2 : no spamming

rule nambah 3 : respect other members

rule numbah 3 : no posting porn links

rule numbah 4 : No posting of E-mail address

rule numbah 5 : no warez links

rule numbah 6 : no advertising of any sites

rule numbah 7 : No flaming/arguing

rule numbah 8 : no selling of cheats/hacks

rule numbah 9 : no multi account
Addicting Cheats Production
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Addicting Cheats Production

Please Join Our Newest Clan RapidPro1810 This Is The Link http://sfclan.ph.gameclub.com/myclan/clan_index.asp?guildid=RapidPro1810
 
HomePortalLatest imagesSearchRegisterLog in

 

 Code for Ascedning Order Array!

Go down 
2 posters
AuthorMessage
[AC]*[V]0[V]3NToFtRUTH
Site Owner
Site Owner
[AC]*[V]0[V]3NToFtRUTH


Posts : 210
Points : 1000140
Reputation : 0
Join date : 2010-01-18
Age : 38
Location : manila,philipines

Code for Ascedning Order Array! Empty
PostSubject: Code for Ascedning Order Array!   Code for Ascedning Order Array! Icon_minitimeSun Jan 31, 2010 6:38 am

Code for Ascedning Order Array!


Code:

#include <iostream.h>
#include <conio.h>

void main()
{
clrscr();
int array[10],t,x;
cout << "Enter Integer No. "<< endl;
{
for(int x=0;x<10;x++)
cin>>array[x];
}
for (x=0;x<10;x++)
{
for(int y=0;y<9;y++)
{
if(array[y]>array[y+1])
{
t=array[y];
array[y]=array[y+1];
array[y+1]=t;
}
}
}
cout <<"Array in ascending order is:";
for (x=0;x<10;x++)
cout<<"\n\t\t\t\t"<< array[x];
getch();
}


salamat naman kung nakatulong itong code!
Back to top Go down
https://addictingcheats.forumotion.com
<a*c>viden




Posts : 15
Points : 16
Reputation : 0
Join date : 2010-02-16
Age : 31
Location : SSSMB

Code for Ascedning Order Array! Empty
PostSubject: Re: Code for Ascedning Order Array!   Code for Ascedning Order Array! Icon_minitimeWed Feb 17, 2010 4:31 am

wOw..thaNks for this..It really helps..
Back to top Go down
 
Code for Ascedning Order Array!
Back to top 
Page 1 of 1
 Similar topics
-
» Order Lists
» Crosshair source code

Permissions in this forum:You cannot reply to topics in this forum
Addicting Cheats Production :: Programming :: C++-
Jump to: