lunes, 1 de julio de 2013

[Ejercicio resuelto c++ POO] Comisión empleado. – Donate – Seguro – Hosting

Enunciado:
"Si un empleado gana un sueldo básico y además se le asigna una comisión del 25% sobre las ventas que realizó, conociendo su sueldo y lo vendido, determinar cuánto cobrará el empleado."

Clases:

Empleado.h

#ifndef EMPLEADO_H_
#define EMPLEADO_H_

#include iostream

using namespace std;

class Empleado {
private:
float sueldoB;
float cantVentas;
public:
Empleado();
void setsueldoB(float sb);
float getsueldoB();
void setcantVentas(float cv);
float getcantVentas();
float CalsTotal();
};

#endif /* EMPLEADO_H_ */


Empleado.cpp


#include "Empleado.h"

Empleado::Empleado() {
// TODO Auto-generated constructor stub
sueldoB = 0;
cantVentas = 0;
}

void Empleado::setsueldoB(float sb) {
sueldoB = sb;
}

float Empleado::getsueldoB() {
return sueldoB;
}

void Empleado::setcantVentas(float cv) {
cantVentas = cv;
}

float Empleado::getcantVentas() {
return cantVentas;
}

float Empleado::CalsTotal() {
float sTotal;
sTotal = sueldoB + (cantVentas * 0.25);
return sTotal;
}

Función principal:


#include "Empleado.h"

void IEEmpleado(Empleado &elEmpleado);
void IS(Empleado elEmpleado);

int main()
{
Empleado elEmpleado;
IEEmpleado (elEmpleado);
IS(elEmpleado);
return 0;
}

void IEEmpleado(Empleado &elEmpleado)
{
float sb;
float cv;
cout "Ingrese el sueldo base: " endl;
cin (sb);
elEmpleado.setsueldoB(sb);
cout "Ingrese la cantidad de ventas: " endl;
cin (cv);
elEmpleado.setcantVentas(cv);
}

void IS(Empleado elEmpleado)
{
cout "El sueldo total del empleado es: " elEmpleado.CalsTotal() "BsF";
}



benchmark lending Online casino offshore accident lawyer DONATE CAR FOR TAX CREDIT Business finance group Car insurance quotes pa Hire php developers Service business software Seo company Social media tools pharmacist jobs in chicago Hire php developer boulder personal injury lawyers mesothelioma settlements Christmas cards cash out structured settlement criminal defense federal lawyer Online Motor Insurance Quotes personal injury solicitor mesothelioma help CAR INSURANCE QUOTES COLORADO Best social media platforms Health Records Personal Health Record Custom WordPress theme designer truck accident attorney texas Donate car for tax credit WordPress theme designers Computer science classes online Massage School Dallas Texas Make money online Australia life insurance quotes Psd to WordPress Data Recovery Raid fast cash for house quotes car personal accident attorney structure settlements Casino california mesothelioma attorney mesothelioma information Mobile casino structured settlements annuities massage school dallas texas ANNUITY SETTLEMENT asbestos mesothelioma lawsuit Mortgage Adviser Donating used cars to charity CHEAP AUTO INSURANCE IN VA google adsense Casino reviews Best Seo company best consolidation loan student WordPress themes for designers accident car florida lawyer New social media platforms anti spam appliance mesothelioma charities life insurance co lincoln Php programmers for hire business voip solutions Hard drive Data Recovery Services DONATE YOUR CAR FOR KIDS donate old cars to charity workplace accident attorney Dwi lawyer Live casino ONLINE MOTOR INSURANCE QUOTES DUI lawyer refinance with poor credit structured settlement company WordPress hosting Car Insurance Quotes Colorado dallas mesothelioma attorneys annuity payment personal injury lawyer accident attorney san bernardino Hire php programmers Italian cooking school Hard drive data recovery services Holland Michigan College primary pulmonary hypertension Criminal defense lawyer dui lawyer scottsdale Virtual Data Rooms Best social media platforms for business Best criminal lawyer in Arizona Donate Your Car Sacramento onlineclasses Criminal lawyer refinance with bad credit purchase structured settlements Bankruptcy lawyer forensics online course Cheap car insurance for ladies mesothelioma drug maritime lawyer houston mesothelioma compensation CAR DONATE Psychic for free yahoo web hosting accident attorney orange county Nunavut Culture DONATE CARS IN MA motorcycle accident lawyer california Php programmers MASSAGE SCHOOL DALLAS TEXAS Seo companies accident lawyers in los angeles Motor Insurance Quotes DONATE OLD CARS TO CHARITY DAYTON FREIGHT LINES illinois law lemon Social media platforms for business Dallas Mesothelioma Attorneys Seo services Business management software event management security Low credit line credit cards HOW TO DONATE A CAR IN CALIFORNIA webex costs Online Christmas cards Custom Christmas cards car insurance quotes pa mesothelioma claim Asbestos Lung Cancer cheap auto insurance in va Photo Christmas cards Donate Old Cars to Charity Donate Car to Charity California Neuson How to Donate A Car in California home phone internet bundle Social media examiner Social media management bowne virtual data room Tech school Social media campaigns Html email Futuristic Architecture Donate your car for money Insurance Companies Social media platforms personal injury attorney torrance Online classes Proud Italian cook Psd to html mesothelioma litigation ONLINECLASSES CAR INSURANCE IN SOUTH DAKOTA Online motor insurance quotes mesotheliama Adobe illustrator classes Personal Injury Law Firm Social media strategies Donate your car Sacramento Learning adobe illustrator Donate Car for Tax Credit Donate Cars in MA mesotheioma BEST CRIMINAL LAWYER IN ARIZONA Mesothelioma Law Firm mesothelioma lawsuit Best Criminal Lawyers in Arizona broward county dui lawyer Dayton Freight Lines DONATE YOUR CAR FOR MONEY structered settlement mesothelioma attorney florida CHEAP CAR INSURANCE FOR LADIES REGISTER FREE DOMAINS sell annuity payment Sell Annuity Payment mesothelioma attorney assistance auto accident attorney Torrance Donate Your Car for Kids Asbestos Lawyers FORENSICS ONLINE COURSE Structures Annuity Settlement Online Colleges Annuity Settlements adverse remortgage personal injury lawyer sarasota fl mesothelioma attorney directory mesotheloma Donate a Car in Maryland Donating a Car in Maryland CAR INSURANCE QUOTES PA Motor Replacements uk homeowner loans Cheap Domain Registration Hosting Met auto Donate Cars Illinois structured settlement investments Criminal Defense Attorneys Florida Car Insurance Quotes Utah paperport promotional code Life Insurance Co Lincoln selling annuity payments for cash Webex Costs DONATING USED CARS TO CHARITY register free domains Online Stock Trading Paperport Promotional Code Paperport promotional code Online Classes houston tx auto insurance World Trade Center Footage Psychic for Free criminal defense attorneys florida motorcycle accident attorney sacramento Cheap Auto Insurance in VA Low Credit Line Credit Cards Donating a car in Maryland most profitable internet business all about mesothelioma Car Insurance Quotes MN DALLAS MESOTHELIOMA ATTORNEYS Donate your Car for Money Met Auto buying an annuity calculator Business VOIP Solutions Forensics Online Course Home Phone Internet Bundle Donating Used Cars to Charity PHD on Counseling Education Register Free Domains Car Insurance Quotes PA Royalty Free Images Stock car accident lawyers Car Insurance in South Dakota Email Bulk Service Cheap Car Insurance for Ladies Cheap Car Insurance in Virginia asbestos lawyers Better Conference Calls domains yahoo donate car for tax credit LIFE INSURANCE CO LINCOLN motor replacements hosted predictive dialers online motor insurance quotes Car Donate orlando criminal attorney Online College Course Automobile Accident Attorney Auto Accident Attorney DONATE CARS ILLINOIS Car Accident Lawyers windows phone for business Criminal lawyer Miami

No hay comentarios:

Publicar un comentario