Skip to main content

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

1.  enter the elements of first matrix

is pe kya enter krna hy?

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



--





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)


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

Re: ::: vuaskari.com ::: CS408 - FINAL TERM SUBJECTIVE WITH REFERENCE SOLVED BY UMAIR SAULAT

GREAT WORK On Wed, Feb 20, 2013 at 11:30 PM, Umair Saulat < saulat.umair@gmail.com > wrote: CS408- Human Computer Interaction Solved Subjective Fall Semester 2012   QNo.1    it has been observed that most computer users use menu option for input instead of keyboard accelerator. What is the reason behind it? (2 Marks) Answer:- 1.        Menu options are easier to find. 2.        You don't have to memories the keys for menu option but for key board accelerators you have to memories them REF:: Handouts Page No. 127   QNo.2    Define active intervention.  (2 Marks) Answer:- Active intervention with the participant and actively probes the participant understands of whatever is being tested. REF:: Handouts Page No. 276 QNo.3    what is Ubiquitous Computing? (2 Marks) Answer:- The most profound technologies are those that disappear. They weave themselves into the fabric of everyday life until they are indi

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

Learn more about our updated Terms of Service

stargthb@gmail.com On January 5, 2022, we're making some changes to our Terms of Service. These changes won't affect the way you use Google services, but they'll make it easier for you to understand what to expect from Google — and what we expect from you — as you use our services. You can review the new terms here . At a glance, here's what this update means for you: More clarity on what you can expect from Google and what we expect from you : We're providing more examples to describe the mutually respectful conduct that we expect from all our users. Improved readability : While our terms remain a legal document, we've done our best to make them easier to understand, including reorganizing some topics so that they're easier to find. If you use Family Link to manage a Google Account for someone else, please take some time to talk to them about these changes. Thank you for using Google!