Skip to content

Instantly share code, notes, and snippets.

@Kevin-Gomez10
Created June 9, 2021 01:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Kevin-Gomez10/b7e1e7ff4a75fbf64f28deb895a0ad27 to your computer and use it in GitHub Desktop.
Save Kevin-Gomez10/b7e1e7ff4a75fbf64f28deb895a0ad27 to your computer and use it in GitHub Desktop.
POO Act9 Clase Persona
#include <iostream>
using namespace std;
#include "salario.h"
int main()
{ // crear objeto
Salario Sueldo;
// Llamar Metodo
Sueldo.Calcular_S();
cout<<"Hecho Por Kevin Joan Gomez Rodriguez 190260224-0";
return 0;
}// fin De main
@Kevin-Gomez10
Copy link
Author

link codigo funcionando ----> https://onlinegdb.com/xt0OHzV4z
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment