Skip to main content

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

both solutions are right.. both are showing same output.. 

On Mon, May 2, 2011 at 4:31 PM, Salman Shahid <vusalman1@gmail.com> wrote:
imran bashir solution is abosolutly right who r  saying that his solution is wrong....

On Mon, May 2, 2011 at 4:04 PM, mc100405406 Mobeen Mohsin <mc100405406@vu.edu.pk> wrote:
Imran u r right the solution is wrong

On Mon, May 2, 2011 at 3:17 PM, (`*•.¸Imran Mughal¸.•*´ ) <vuimran1@gmail.com> wrote:
your solution is wrong. miss madiha. see attachment for right one

On Mon, May 2, 2011 at 1:30 PM, Madiha Malik <mc110203633@vu.edu.pk> wrote:
here is cs201
 
 
#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();
}


On Mon, May 2, 2011 at 1:00 AM, mc110201340 Asaf Faiz <mc110201340@vu.edu.pk> wrote:
plzzzzzz send me solution of cs201  2nd    assignment ,,,,plzzzzzzzzzz send i will submit it after making a lot of changes so plzzzzzzzzzzzzzzzzzzzzzzzzz send now



On Fri, Apr 29, 2011 at 10:24 PM, mc110201752 Ayesha Quddoos <mc110201752@vu.edu.pk> wrote:
kb tak upload kerni hai assignment 2nd for cs201..plz guide me:( matrix aata hai bt in c how will make programme plz plzzzzz guide me

On Fri, Apr 29, 2011 at 9:06 PM, mc100400213 Sharjeel Anjum <mc100400213@vu.edu.pk> wrote:
Abi nai bani cs201, or cs 601 ki......wait guys for 24 hours

--
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



--





Man said to ALLAH"i hate life"

ALLAH replied "who asked u to love life just love me the life will be beautiful" 



MCS First Semister
Skype : MADIHA  (from kamra)


--



--
Regards
Imran bashir

--
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

Comments

Popular posts from this blog

[vu-students] Urdu Love Letters ............ ahahahahahhahahah

  The One & Only .......... IRFAN. Italy. http://groups.yahoo.com/group/p_se_poetry   -- You received this message because you are subscribed to the Google Groups "VU Students" group. To post to this group, send email to vu-students@googlegroups.com To unsubscribe from this group, send email to vu-students+unsubscribe@googlegroups.com For more options, visit this group at http://groups.google.com/group/vu-students?hl=en_PK?hl=en

Re: ::: vuaskari.com ::: Fwd: Cancer treatment- Shocking news.

plz send me the soloution of Assignment MGT-603 and MKT-624 plzzzzzzzzz today last day i need urgent 2011/4/23 ∂υα ωαqαя < dua4566@gmail.com > ---------- Forwarded message ---------- From: Virtual Brain < mc090400181@gmail.com > Date: Sat, Apr 23, 2011 at 10:30 AM Subject: Cancer treatment- Shocking news. AS  one of my friend tell me all this PLEASE FORWARD THIS MAIL.  Dear All, One of my cousin got   lung cancer   few months back. That was really shocking to all his family members. Cancer diagnosed was of stage three. Immediately treatment was started from Pakistan most of the art hospital for cancer i.e. Shoukat Khanum Hospital in Lahore. But there were little chances to reverse the disease as it's already reached to stage 3. Than one day somebody told us about a person in Distt Nowshera who is treating cancer by herbs. We went there and he gave us some   herbal medicines   for ten days. It was really amazing when we saw an improvement in the condition of my...

Updating our Google Account inactivity policy

Every day Google works hard to keep you and your private information safe and secure by preventing unauthorized access to your Google Account with our built-in security protections. And keeping you safe means having strong privacy practices across our products that minimize how long we store your personal files and any data associated with them. We want to protect your private information and prevent any unauthorized access to your account even if you're no longer using our services. Therefore, we are updating the inactivity period for a Google Account to two years across all our products and services. This change starts rolling out today and will apply to any Google Account that's been inactive, meaning it has not been signed into or used within a two-year period. An inactive account and any content in it will be eligible for deletion from December 1, 2023. What this means for you: These changes do not impact you unless you h...