Search Papers On This Blog. Just Write The Name Of The Course

Sunday 1 May 2011

Re: ::: vuaskari.com ::: cs 201

#include<iostream.h>

#include<conio.h>

main()

{

int arry1[3][3],arry2[3][3],arry[18],index,temp,max;

cout<<"Please enter the Elements of 1st Matrix: ";

for(int e=0;e<3;e++)

{

for(int m=0;m<3;m++)

{

cin>>arry1[e][m];

}

}

cout<<"Please enter the Elements of 2nd Matrix: ";

for(int e=0;e<3;e++)

{

for(int m=0;m<3;m++)

{

cin>>arry2[e][m];

}

}

index=0;

for(int e=0;e<3;e++)

{

for(int m=0;m<3;m++)

{

arry[index]=arry1[e][m];

index++;

}

}

index=9;

for(int e=0;e<3;e++)

{

for(int m=0;m<3;m++)

{

arry[index]=arry2[e][m];

index++;

}

}

for(int e=0;e<18;e++)

{

for(int m=e;m<18;m++)

{

if(arry[e]<arry[m])

{

temp=arry[e];

arry[e]=arry[m];

arry[m]=temp;

}

}



}



cout<<"Sorted Values from Both the Matrices are: "<<endl;

for(int e=0;e<18;e++)

{

cout<<arry[e]<<" ";

}

getch();

}

assignment cs 201

On Sat, Apr 30, 2011 at 10:04 AM, Shafqat Ahmed <shafqatahmed81@yahoo.com> wrote:

Please send me Assignment-2 solution cs201 and cs601.


Regard



--- On Fri, 4/29/11, Muhammad Junaid Khan Baloch <m.junaid.khan66@gmail.com> wrote:

From: Muhammad Junaid Khan Baloch <m.junaid.khan66@gmail.com>

Subject: Re: ::: vuaskari.com ::: cs 201
To: vuaskari_com@googlegroups.com
Date: Friday, April 29, 2011, 11:07 AM


Aslam-0-ALekum!!!!!!!!!!!
 
 
Janab aap ka bohat bohat bohat shukriya
Thanks a Looooooooot.
 
Have a nice and enjoyfull life....
Khuda Hafiz
--
We say, "Be one as Pakistani Nation and grow up for Pakistan's Future". Wish you all the best. Join www.vuaskari.com,
To post to this group, send email to vuaskari_com@googlegroups.com
Visit these groups:
This (Main) Group:http://groups.google.com/group/vuaskari_com?hl=en?hl=en
MIT/MCS Group: http://groups.google.com/group/vu_askarimit?hl=en?hl=en
HRM Group: http://groups.google.com/group/askari_hrm?hl=en?hl=en
Banking Group: http://groups.google.com/group/askari_banking?hl=en?hl=en
Management: https://groups.google.com/group/vuaskari_mgt?hl=en
Marketing: https://groups.google.com/group/vuaskari_mkt?hl=en
MIS Group: http://groups.google.com/group/askari_mis?hl=en

--
We say, "Be one as Pakistani Nation and grow up for Pakistan's Future". Wish you all the best. Join www.vuaskari.com,
To post to this group, send email to vuaskari_com@googlegroups.com
Visit these groups:
This (Main) Group:http://groups.google.com/group/vuaskari_com?hl=en?hl=en
MIT/MCS Group: http://groups.google.com/group/vu_askarimit?hl=en?hl=en
HRM Group: http://groups.google.com/group/askari_hrm?hl=en?hl=en
Banking Group: http://groups.google.com/group/askari_banking?hl=en?hl=en
Management: https://groups.google.com/group/vuaskari_mgt?hl=en
Marketing: https://groups.google.com/group/vuaskari_mkt?hl=en
MIS Group: http://groups.google.com/group/askari_mis?hl=en

No comments:

Post a Comment