Wednesday, January 5, 2011

Re: [discussion_vu] assignments required

/*
  Name: AßdUllAh TAhir
 
  Author: AßdUllAh TAhir
  Date: 05/01/11 23:58
  Description: This program is desgined with class named calsalary in which we
  take input from user and calculate salary.
*/

/*
IDea solution
Please do not copy it "you will get zero marks" */

#include<iostream.h>
#include<conio.h>
#include<string.h>
using namespace std;
class CalSalary
{private:
         int EID, EGrade;
         string Name;        
 public:
        CalSalary()
         {EID=0;
          EGrade=0;
          Name='/0';}
        void GetInput()
        {cout<<"please enter employee name : ";
        cin>>Name;
        cout<<"please enter employee ID : ";
        cin>>EID;
        cout<<"please enter employee Grade : ";
        cin>>EGrade;}
       
        int GetID()
            {return EID;}
        void SetID(int ID)
            {EID=ID;}
        int GetGrade()
            {return EGrade;}
        void SetGrade(int Grade)
            {EID=Grade;}
        string GetName()
            {return Name;}
        void SetName(string N)
            {Name=N;}   
        void Calculate(int G)
         {switch(G)
         
          {case 17:
          {cout<<endl<<"The Net salary of "<<Name<<" Is Rs."<<21750<<endl;
          break;}
          case 18:
            {cout<<endl<<"The Net salary of "<<Name<<" Is Rs."<<29000<<endl;
            break;}
          case 19:
               {cout<<endl<<"The Net salary of "<<Name<<" Is Rs."<<36250<<endl;
               break;}
          default  :         
           cout<<"Grade of Employee is incorrect"<<endl;
        
         }
         }
          
                   
                    
};    
main()
{     int G=0;
      CalSalary cal;
      cal.GetInput();
      G=cal.GetGrade();
      cal.Calculate(G);
      getch();
}





*~ WS ~*
*~ Devil Jin ~*
*
Bscs 4th Semester *



On Tue, Jan 4, 2011 at 11:26 AM, asif ali <pakmoon25@gmail.com> wrote:
Salam to all
                      Dears friends please help me to provide me the assignments ot Eng201 and cs-201 and also of cs-402
 
 
 
Regards.
Asif ali
mc100405400

--
You received this message because you are subscribed to the Google Groups "Virtual University of Pakistan" group.
To post to this group, send email to discussion_vu@googlegroups.com.
To unsubscribe from this group, send email to discussion_vu+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/discussion_vu?hl=en.

--
You received this message because you are subscribed to the Google Groups "Virtual University of Pakistan" group.
To post to this group, send email to discussion_vu@googlegroups.com.
To unsubscribe from this group, send email to discussion_vu+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/discussion_vu?hl=en.

No comments:

Post a Comment

PAID CONTENT