Skip to main content

Posts

Showing posts from November 7, 2012

::: vuaskari.com ::: Re: [VU-MBA-1] STA630 GDB 2 Latest Idea solution

I need books of   CS201  - Introduction to Programming MGT501  - Human Resource Management MGT502  - Organizational Behaviour MGT602  - Entrepreneurship if any one wanna sale his old books  plz contact mee Syed Muaaz Ahmad GIlani 0343-4113848 -- 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    

::: vuaskari.com ::: cs 301 Assignment

#include<iostream> #include<stack> #include<conio.h> using namespace std; /* READ BINARY NUMBER */ stack<int> read() { stack<int> s; int x,n,i; cout<<"\nEnter the no. of bits in the no. :"; cin>>n; cout<<"\nEnter the binary number : "; for(i=0;i<n;i++) { cin>>x; s.push(x); } return s; } /* DISPLAY FUNCTION */ void display(stack<int> &s) { cout<<" "; while(!s.empty()) { cout<<s.top()<<" "; s.pop(); } } /* ADDITION OF TWO BINARY NOS.*/ stack<int> add(stack<int> &s1,stack<int> &s2) { stack<int> s; int sum,carry=0,b1,b2; while(!s1.empty()||!s2.empty()) { b1=b2=0; if(!s1.empty()) { b1=s1.top(); s1.pop(); } if(!s2.e

Re: ::: vuaskari.com ::: Regular Degree

Salaam to All of U any body have Pak 301 assignment  From: Hadia Noor <hadianoor89@gmail.com> To: vuaskari_com@googlegroups.com Sent: Saturday, September 15, 2012 10:02 AM Subject: Re: ::: vuaskari.com ::: Regular Degree :O On Sat, Sep 15, 2012 at 9:58 AM, Ali Khann < ddrc14@gmail.com > wrote: degree ki fee ni urgent degree ki fi   regular free hay. but 4, 5 month tk milti hay. now close that thread guys. :) for more info about it mail at info@vu.edu.pk from your Vu  Mail Account   On Sat, Sep 15, 2012 at 5:36 PM, naila shine < shine.naila@gmail.com > wrote: degree  ke kon se fee je? On Sat, Sep 15, 2012 at 4:52 AM, Mohsan Raza < mohsanraza2010@yahoo.com > wrote: degree ki fees 1500 pay krny k 15 din bad jani --- On Thu, 13/9/12, Zohaib Hasan < skoon444@gmail.com > wrote: From: Zohaib Hasan < skoon444@gmail.com > Subject: ::: vuaskari.com ::: Regular Degree To: vuaskari_com@googlegroups.com

[vu-students] CS201 Easy And Simple Solution of 1st Assignment.

#include<iostream.h> #include <conio.h> main() { double engMarks; double calMarks; double compMarks; double engGPA; double calGPA; double compGPA; double CGPA; char choice; char grade; do { cout<<"******************* Assessment System *******************"<<endl<<endl<<endl; cout<<"\nEnter marks of English : \t"; cin>>engMarks; cout<<"\n\nEnter marks of Computer : \t"; cin>>compMarks; cout<<"\n\nEnter marks for Calculus : \t"; cin>>calMarks; if(engMarks<40) { engGPA=0; } else { engGPA=(engMarks/100)*4; } if(calMarks<40) { calGPA=0; } else { calGPA=

Re: ::: vuaskari.com ::: CS604 1st Assignment solution required

On Wed, Nov 7, 2012 at 12:43 PM, Nadeem Abbas < Nadeem.Abbas@haleebfoods.com > wrote: Please share the solution of cs604 1 st assignment. Today is extended day!   -- 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 a