Thursday 20 June 2024

Program karyawan

 struct karyawan {

    string nama;

    char golongan;

    int jumlah_anak;

    int gapok;

    int JA;

    int Ttl_Gaji;

    int Ttl_jmlank;

};


int main() {

    int n;

    cout << "Masukan Jumlah Karyawan : ";

    cin >> n;

Program Belanja

 #include <conio.h>

#include <stdio.h>

#include <iostream>

#include <iomanip>

#include <fstream>

#include <cmath>

using namespace std;


int main( )

{

   struct program{

    int hb;

Program Mahasiswa

 #include <conio.h>

#include <stdio.h>

#include <iostream>

#include <iomanip>

#include <fstream>

#include <cmath>

#include <string>

#include<windows.h>

using namespace std;


int main()

{