KING'S IT WORLD
please register to watch content in detail
THANKS
ADMIN KINGSIT WORLD
KING'S IT WORLD
please register to watch content in detail
THANKS
ADMIN KINGSIT WORLD
KING'S IT WORLD
Would you like to react to this message? Create an account in a few clicks or log in to continue.

KING'S IT WORLD


 
HomeHome  GalleryGallery  SearchSearch  Latest imagesLatest images  RegisterRegister  Log inLog in  
Search
 
 

Display results as :
 
Rechercher Advanced Search
kings it world text ad
KINGSITWORLD CALENDAR
Follow me on G+
KINGSITWORLD WEATHER
Latest topics
» QURAN MAJEED KE TAFSEER
cs201 4th assignment solution Icon_minitimeMon Aug 20, 2012 2:59 am by YOUSUFHALI

» PHY301 CIRCUIT THEORY REFERENCE BOOK
cs201 4th assignment solution Icon_minitimeWed Jul 25, 2012 11:36 am by shabbir1915

» MTH202 ASSIGNMENT NO 3 SOLUVED
cs201 4th assignment solution Icon_minitimeMon Jun 11, 2012 9:51 am by jaffarhussain

» Retrieve the DTC In the Jewel Module of 1995 Ford
cs201 4th assignment solution Icon_minitimeThu May 31, 2012 11:51 am by obd2tool

» How you can Obvious the Check Engine Light on the
cs201 4th assignment solution Icon_minitimeThu May 31, 2012 11:43 am by obd2tool

» send free sms and send free sms update on facebook
cs201 4th assignment solution Icon_minitimeTue May 15, 2012 8:33 pm by rizwan269

» United Bank Limited (UBL) - Fee Deposit
cs201 4th assignment solution Icon_minitimeThu May 10, 2012 3:33 pm by irumnaz

» PHOTO MIXER SOFTWARE
cs201 4th assignment solution Icon_minitimeFri Apr 20, 2012 10:02 am by sacredwkb

» Entrepreneurship Survey
cs201 4th assignment solution Icon_minitimeThu Mar 08, 2012 2:20 pm by Admin

» Fall 2011 Semester Result Announced
cs201 4th assignment solution Icon_minitimeThu Mar 08, 2012 2:19 pm by Admin

Navigation
 Portal
 Index
 Memberlist
 Profile
 FAQ
 Search
kings it world text ad
Social bookmarking
Social bookmarking reddit      

Bookmark and share the address of KING'S IT WORLD on your social bookmarking website

Bookmark and share the address of KING'S IT WORLD on your social bookmarking website
visitors counter
cs201 4th assignment solution Image
Powered by website analytics technology.
Keywords
HRM611 MGMT611 final MGT502 term assignment 2011 2010 paper
kings it world text ad
FLAG COUNTER
free counters
LIVE TRAFFIC

 

 cs201 4th assignment solution

Go down 
AuthorMessage
Admin
Admin
Admin


Scorpio
Posts : 638
Points : 2155
Reputation : 19
Join date : 2010-05-15
Age : 36
Location : islamabad

cs201 4th assignment solution Empty
PostSubject: cs201 4th assignment solution   cs201 4th assignment solution Icon_minitimeTue Jun 29, 2010 8:51 pm

Code:

 
[b][font=garamond,serif][size=16][color=#003300][color=#cc0000]#include <iostream>
using namespace std;
class
 Student{
private:
string name;
int rollNumber;
string
semester;
double cgpa;

public:
Student(string n,int r,string s,double c )
{name=n;
rollNumber=r;
semester=s;
cgpa=c;
}
Student()
{name="";
rollNumber=0;
semester="Summer
 2010";
cgpa=4.0;
}


string get_semester()
{return semester;
}
void
 set_semester(string n)
{semester=n;
}
void set_roll(int n)
{rollNumber=n;
}
int
 get_roll()
{return rollNumber;
}
void set_name(string n)
{name=n;
}
string get_name()
{return
 name;
}
void set_cgpa(double n)
{cgpa=n;
}

double
get_cgpa()
{return cgpa;
}
void print()
{cout<<"Student
 Information\n";
cout<<"Name: "<<name<<endl;
cout<<"Roll
number: "<<rollNumber<<endl;
cout<<"Semester:
"<<semester<<endl;
cout<<"Current GPA:
"<<cgpa<<endl<<endl;
}
};

int main()
{Student a;
Student
b("name",2345,"Spring 2010",3.5);
a.print();
b.print();
system("pause");
return
 0;
}
[/color][/color][/size][/font][/b]
Back to top Go down
 
cs201 4th assignment solution
Back to top 
Page 1 of 1
 Similar topics
-
» cs201 assignment no 3 solution fall 2010
» MTH302 ASSIGNMENT NO 1 SOLUTION
» assignment no 5 solution of cs4-1
» CS402 3RD ASSIGNMENT SOLUTION
» MTH302 ASSIGNMENT NO 1 SOLUTION

Permissions in this forum:You cannot reply to topics in this forum
KING'S IT WORLD :: EDUCATION :: ASSIGNMENTS-
Jump to: