SlideShare a Scribd company logo
1 of 2
programMenghitung_gaji;
useswincrt;
var
gol : Integer;
nama : String;
jam_kerja : Integer;
besar_upah : real;
lembur : real;
upah : real;
total : real;
begin
writeln('INPUT DATA ANDA');
writeln('===============');
write('MasukanNama : ');Readln(nama);
write('MasukanGolongan : ');Readln(gol);
write('Masukan Jam Kerja : ');Readln(jam_kerja);
casegol of
1 :besar_upah:=10000;
2 :besar_upah:=25000;
3 :besar_upah:=35000;
4 :besar_upah:=50000;
end;

ifjam_kerja<=40 then
begin
total:=besar_upah*jam_kerja;
writeln('<<<<<DATA GAJI ANDA>>>>>');
writeln('************************');
writeln('Nama
: ' , nama);
writeln('Gaji/Jam : ' , besar_upah:2:2);
writeln('GajiAnda : ', total:2:2);
writeln('UangLembur : ', lembur:2:2);
writeln('Total Gaji : ' , total:2:2);
end
else
begin
lembur:=(jam_kerja-40)*35000;
upah:=40*besar_upah;
total:=lembur+upah;
writeln('<<<<<DATA GAJI ANDA>>>>>');
writeln('************************');
writeln('Nama
: ' , nama);
writeln('Gaji/Jam : ' , besar_upah:2:2);
writeln('GajiAnda : ', upah:2:2);
writeln('UangLembur : ', lembur:2:2);
writeln('Total Gaji : ' , total:2:2);
end
end.
Tugas1

More Related Content

What's hot

Asynchronous programming
Asynchronous programmingAsynchronous programming
Asynchronous programmingFilip Ekberg
 
Do something in 5 with gas 7-email log
Do something in 5 with gas 7-email logDo something in 5 with gas 7-email log
Do something in 5 with gas 7-email logBruce McPherson
 
Do something in 5 with gas 2-graduate to a database
Do something in 5 with gas 2-graduate to a databaseDo something in 5 with gas 2-graduate to a database
Do something in 5 with gas 2-graduate to a databaseBruce McPherson
 
array of object pointer in c++
array of object pointer in c++array of object pointer in c++
array of object pointer in c++Arpita Patel
 
Do something in 5 with gas 3-simple invoicing app
Do something in 5 with gas 3-simple invoicing appDo something in 5 with gas 3-simple invoicing app
Do something in 5 with gas 3-simple invoicing appBruce McPherson
 
Do something in 5 with gas 4- Get your analytics profiles to a spreadsheet
Do something in 5 with gas 4- Get your analytics profiles to a spreadsheetDo something in 5 with gas 4- Get your analytics profiles to a spreadsheet
Do something in 5 with gas 4- Get your analytics profiles to a spreadsheetBruce McPherson
 
Contoh Program buble sort dari belakang
Contoh Program buble sort dari belakangContoh Program buble sort dari belakang
Contoh Program buble sort dari belakangSimon Patabang
 
Do something in 5 minutes with gas 1-use spreadsheet as database
Do something in 5 minutes with gas 1-use spreadsheet as databaseDo something in 5 minutes with gas 1-use spreadsheet as database
Do something in 5 minutes with gas 1-use spreadsheet as databaseBruce McPherson
 
PHPUnit Myth
PHPUnit MythPHPUnit Myth
PHPUnit Mythjameslabs
 
Promises, promises, and then observables
Promises, promises, and then observablesPromises, promises, and then observables
Promises, promises, and then observablesStefan Charsley
 
みんなで Swift 復習会での談笑用スライド – 2nd #minna_de_swift
みんなで Swift 復習会での談笑用スライド – 2nd #minna_de_swiftみんなで Swift 復習会での談笑用スライド – 2nd #minna_de_swift
みんなで Swift 復習会での談笑用スライド – 2nd #minna_de_swiftTomohiro Kumagai
 
Process control nodejs
Process control nodejsProcess control nodejs
Process control nodejsLearningTech
 
Função Retorna MAC ADDRESS do Adaptador de rede
Função Retorna MAC ADDRESS do Adaptador de redeFunção Retorna MAC ADDRESS do Adaptador de rede
Função Retorna MAC ADDRESS do Adaptador de redeLuiz Francisco Bozo
 
Do something useful in Apps Script 5. Get your analytics pageviews to a sprea...
Do something useful in Apps Script 5. Get your analytics pageviews to a sprea...Do something useful in Apps Script 5. Get your analytics pageviews to a sprea...
Do something useful in Apps Script 5. Get your analytics pageviews to a sprea...Bruce McPherson
 
Do something in 5 with apps scripts number 6 - fusion crossfilter
Do something in 5 with apps scripts number 6 - fusion crossfilterDo something in 5 with apps scripts number 6 - fusion crossfilter
Do something in 5 with apps scripts number 6 - fusion crossfilterBruce McPherson
 

What's hot (20)

Asynchronous programming
Asynchronous programmingAsynchronous programming
Asynchronous programming
 
Designing a Program
Designing a ProgramDesigning a Program
Designing a Program
 
Do something in 5 with gas 7-email log
Do something in 5 with gas 7-email logDo something in 5 with gas 7-email log
Do something in 5 with gas 7-email log
 
Do something in 5 with gas 2-graduate to a database
Do something in 5 with gas 2-graduate to a databaseDo something in 5 with gas 2-graduate to a database
Do something in 5 with gas 2-graduate to a database
 
Script
ScriptScript
Script
 
Java Programs
Java ProgramsJava Programs
Java Programs
 
array of object pointer in c++
array of object pointer in c++array of object pointer in c++
array of object pointer in c++
 
Do something in 5 with gas 3-simple invoicing app
Do something in 5 with gas 3-simple invoicing appDo something in 5 with gas 3-simple invoicing app
Do something in 5 with gas 3-simple invoicing app
 
Do something in 5 with gas 4- Get your analytics profiles to a spreadsheet
Do something in 5 with gas 4- Get your analytics profiles to a spreadsheetDo something in 5 with gas 4- Get your analytics profiles to a spreadsheet
Do something in 5 with gas 4- Get your analytics profiles to a spreadsheet
 
Contoh Program buble sort dari belakang
Contoh Program buble sort dari belakangContoh Program buble sort dari belakang
Contoh Program buble sort dari belakang
 
Do something in 5 minutes with gas 1-use spreadsheet as database
Do something in 5 minutes with gas 1-use spreadsheet as databaseDo something in 5 minutes with gas 1-use spreadsheet as database
Do something in 5 minutes with gas 1-use spreadsheet as database
 
PUNTEROS
PUNTEROSPUNTEROS
PUNTEROS
 
PHPUnit Myth
PHPUnit MythPHPUnit Myth
PHPUnit Myth
 
Promises, promises, and then observables
Promises, promises, and then observablesPromises, promises, and then observables
Promises, promises, and then observables
 
みんなで Swift 復習会での談笑用スライド – 2nd #minna_de_swift
みんなで Swift 復習会での談笑用スライド – 2nd #minna_de_swiftみんなで Swift 復習会での談笑用スライド – 2nd #minna_de_swift
みんなで Swift 復習会での談笑用スライド – 2nd #minna_de_swift
 
Process control nodejs
Process control nodejsProcess control nodejs
Process control nodejs
 
Função Retorna MAC ADDRESS do Adaptador de rede
Função Retorna MAC ADDRESS do Adaptador de redeFunção Retorna MAC ADDRESS do Adaptador de rede
Função Retorna MAC ADDRESS do Adaptador de rede
 
Oopsprc1c
Oopsprc1cOopsprc1c
Oopsprc1c
 
Do something useful in Apps Script 5. Get your analytics pageviews to a sprea...
Do something useful in Apps Script 5. Get your analytics pageviews to a sprea...Do something useful in Apps Script 5. Get your analytics pageviews to a sprea...
Do something useful in Apps Script 5. Get your analytics pageviews to a sprea...
 
Do something in 5 with apps scripts number 6 - fusion crossfilter
Do something in 5 with apps scripts number 6 - fusion crossfilterDo something in 5 with apps scripts number 6 - fusion crossfilter
Do something in 5 with apps scripts number 6 - fusion crossfilter
 

Viewers also liked

Tugas2
Tugas2Tugas2
Tugas2Av Ri
 
Tugas4
Tugas4Tugas4
Tugas4Av Ri
 
Laporan aktiviti pertandingan kaligrafi
Laporan aktiviti pertandingan kaligrafiLaporan aktiviti pertandingan kaligrafi
Laporan aktiviti pertandingan kaligrafiGoh Ji
 
Tugas3
Tugas3Tugas3
Tugas3Av Ri
 
Faculty as learning community
Faculty as learning communityFaculty as learning community
Faculty as learning communityAnup Singh
 
Task 4 questions 1-3
Task 4 questions 1-3Task 4 questions 1-3
Task 4 questions 1-3asmediae15
 
Teaching for Community: Tellin' the Stories
Teaching for Community: Tellin' the StoriesTeaching for Community: Tellin' the Stories
Teaching for Community: Tellin' the StoriesMATSITI
 
Options Trading
Options TradingOptions Trading
Options Tradingcaesarghdv
 
Дайджест новостей mHealth за период 16.11.15 - 23.11.15
Дайджест новостей mHealth за период 16.11.15 - 23.11.15Дайджест новостей mHealth за период 16.11.15 - 23.11.15
Дайджест новостей mHealth за период 16.11.15 - 23.11.15MedAboutMe.ru
 
La bourse Valencia Mongérard Haiti Futur
La bourse Valencia Mongérard Haiti FuturLa bourse Valencia Mongérard Haiti Futur
La bourse Valencia Mongérard Haiti FuturGroupe Alpha
 
Prinsip Dasar Etika Profesi
Prinsip Dasar Etika ProfesiPrinsip Dasar Etika Profesi
Prinsip Dasar Etika Profesirizkyrich
 
Bi analytics with gt data mining
Bi analytics with gt data miningBi analytics with gt data mining
Bi analytics with gt data miningEdith Ohri
 
Asian paint company and financial data
Asian paint company and financial dataAsian paint company and financial data
Asian paint company and financial dataHarish Patidar
 
Panduan SOP Radio Amatur (Bahasa Malaysia)
Panduan SOP Radio Amatur (Bahasa Malaysia)Panduan SOP Radio Amatur (Bahasa Malaysia)
Panduan SOP Radio Amatur (Bahasa Malaysia)Tiniey Marshall
 
Power generation from shoes & utilize it to charge the mobile's, laptop's or ...
Power generation from shoes & utilize it to charge the mobile's, laptop's or ...Power generation from shoes & utilize it to charge the mobile's, laptop's or ...
Power generation from shoes & utilize it to charge the mobile's, laptop's or ...Shantesh Singh
 
Normasceci2011lincev2 0-110513084505-phpapp02
Normasceci2011lincev2 0-110513084505-phpapp02Normasceci2011lincev2 0-110513084505-phpapp02
Normasceci2011lincev2 0-110513084505-phpapp02canteravractk
 
05 07-2011-apresentacao-institucional
05 07-2011-apresentacao-institucional05 07-2011-apresentacao-institucional
05 07-2011-apresentacao-institucionalosxri
 

Viewers also liked (20)

Tugas2
Tugas2Tugas2
Tugas2
 
Tugas4
Tugas4Tugas4
Tugas4
 
Laporan aktiviti pertandingan kaligrafi
Laporan aktiviti pertandingan kaligrafiLaporan aktiviti pertandingan kaligrafi
Laporan aktiviti pertandingan kaligrafi
 
Tugas3
Tugas3Tugas3
Tugas3
 
tabla de especificaciones
tabla de especificacionestabla de especificaciones
tabla de especificaciones
 
Faculty as learning community
Faculty as learning communityFaculty as learning community
Faculty as learning community
 
Task 4 questions 1-3
Task 4 questions 1-3Task 4 questions 1-3
Task 4 questions 1-3
 
Teaching for Community: Tellin' the Stories
Teaching for Community: Tellin' the StoriesTeaching for Community: Tellin' the Stories
Teaching for Community: Tellin' the Stories
 
Options Trading
Options TradingOptions Trading
Options Trading
 
Дайджест новостей mHealth за период 16.11.15 - 23.11.15
Дайджест новостей mHealth за период 16.11.15 - 23.11.15Дайджест новостей mHealth за период 16.11.15 - 23.11.15
Дайджест новостей mHealth за период 16.11.15 - 23.11.15
 
La bourse Valencia Mongérard Haiti Futur
La bourse Valencia Mongérard Haiti FuturLa bourse Valencia Mongérard Haiti Futur
La bourse Valencia Mongérard Haiti Futur
 
Que es AJAX y para que sirve.
Que es AJAX y para que sirve.Que es AJAX y para que sirve.
Que es AJAX y para que sirve.
 
Prinsip Dasar Etika Profesi
Prinsip Dasar Etika ProfesiPrinsip Dasar Etika Profesi
Prinsip Dasar Etika Profesi
 
Bi analytics with gt data mining
Bi analytics with gt data miningBi analytics with gt data mining
Bi analytics with gt data mining
 
Asian paint company and financial data
Asian paint company and financial dataAsian paint company and financial data
Asian paint company and financial data
 
Panduan SOP Radio Amatur (Bahasa Malaysia)
Panduan SOP Radio Amatur (Bahasa Malaysia)Panduan SOP Radio Amatur (Bahasa Malaysia)
Panduan SOP Radio Amatur (Bahasa Malaysia)
 
Power generation from shoes & utilize it to charge the mobile's, laptop's or ...
Power generation from shoes & utilize it to charge the mobile's, laptop's or ...Power generation from shoes & utilize it to charge the mobile's, laptop's or ...
Power generation from shoes & utilize it to charge the mobile's, laptop's or ...
 
Normasceci2011lincev2 0-110513084505-phpapp02
Normasceci2011lincev2 0-110513084505-phpapp02Normasceci2011lincev2 0-110513084505-phpapp02
Normasceci2011lincev2 0-110513084505-phpapp02
 
Atividade 1 .1 1ºMomento
Atividade 1 .1 1ºMomentoAtividade 1 .1 1ºMomento
Atividade 1 .1 1ºMomento
 
05 07-2011-apresentacao-institucional
05 07-2011-apresentacao-institucional05 07-2011-apresentacao-institucional
05 07-2011-apresentacao-institucional
 

Similar to Tugas1

Kumpulan contoh-program-pascal
Kumpulan contoh-program-pascalKumpulan contoh-program-pascal
Kumpulan contoh-program-pascalrey25
 
8 arrays and pointers
8  arrays and pointers8  arrays and pointers
8 arrays and pointersMomenMostafa
 
Kumpulan contoh-program-pascal-121209073936-phpapp01
Kumpulan contoh-program-pascal-121209073936-phpapp01Kumpulan contoh-program-pascal-121209073936-phpapp01
Kumpulan contoh-program-pascal-121209073936-phpapp01Defina Iskandar
 
Basic Sql Handouts
Basic Sql HandoutsBasic Sql Handouts
Basic Sql Handoutsjhe04
 
C Programming Lab.pdf
C Programming Lab.pdfC Programming Lab.pdf
C Programming Lab.pdfMOJO89
 
C++ code only(Retrieve of Malik D., 2015, p. 742) Programming Exer.pdf
C++ code only(Retrieve of Malik D., 2015, p. 742) Programming Exer.pdfC++ code only(Retrieve of Malik D., 2015, p. 742) Programming Exer.pdf
C++ code only(Retrieve of Malik D., 2015, p. 742) Programming Exer.pdfandreaplotner1
 
PCA-2 Programming and Solving 2nd Sem.pdf
PCA-2 Programming and Solving 2nd Sem.pdfPCA-2 Programming and Solving 2nd Sem.pdf
PCA-2 Programming and Solving 2nd Sem.pdfAshutoshprasad27
 
PCA-2 Programming and Solving 2nd Sem.docx
PCA-2 Programming and Solving 2nd Sem.docxPCA-2 Programming and Solving 2nd Sem.docx
PCA-2 Programming and Solving 2nd Sem.docxAshutoshprasad27
 
from datetime import datetime def CreateUsers()- print('##### Crea.pdf
from datetime import datetime def CreateUsers()-     print('##### Crea.pdffrom datetime import datetime def CreateUsers()-     print('##### Crea.pdf
from datetime import datetime def CreateUsers()- print('##### Crea.pdfatozworkwear
 
Answer main.cpp.pdf
Answer main.cpp.pdfAnswer main.cpp.pdf
Answer main.cpp.pdfvichu19891
 
2Bytesprog2 course_2014_c1_sets
2Bytesprog2 course_2014_c1_sets2Bytesprog2 course_2014_c1_sets
2Bytesprog2 course_2014_c1_setskinan keshkeh
 
2Bytesprog2 course_2014_c2_records
2Bytesprog2 course_2014_c2_records2Bytesprog2 course_2014_c2_records
2Bytesprog2 course_2014_c2_recordskinan keshkeh
 
The Effective Developer - Work Smarter, not Harder
The Effective Developer - Work Smarter, not HarderThe Effective Developer - Work Smarter, not Harder
The Effective Developer - Work Smarter, not HarderSven Peters
 
C++ Course - Lesson 2
C++ Course - Lesson 2C++ Course - Lesson 2
C++ Course - Lesson 2Mohamed Ahmed
 

Similar to Tugas1 (20)

Tugas busiti 31032013
Tugas busiti 31032013Tugas busiti 31032013
Tugas busiti 31032013
 
Kumpulan contoh-program-pascal
Kumpulan contoh-program-pascalKumpulan contoh-program-pascal
Kumpulan contoh-program-pascal
 
Kumpulan program pascal
Kumpulan program pascalKumpulan program pascal
Kumpulan program pascal
 
Algoritma
AlgoritmaAlgoritma
Algoritma
 
8 arrays and pointers
8  arrays and pointers8  arrays and pointers
8 arrays and pointers
 
Kumpulan contoh-program-pascal-121209073936-phpapp01
Kumpulan contoh-program-pascal-121209073936-phpapp01Kumpulan contoh-program-pascal-121209073936-phpapp01
Kumpulan contoh-program-pascal-121209073936-phpapp01
 
Basic Sql Handouts
Basic Sql HandoutsBasic Sql Handouts
Basic Sql Handouts
 
C Programming Lab.pdf
C Programming Lab.pdfC Programming Lab.pdf
C Programming Lab.pdf
 
C++ code only(Retrieve of Malik D., 2015, p. 742) Programming Exer.pdf
C++ code only(Retrieve of Malik D., 2015, p. 742) Programming Exer.pdfC++ code only(Retrieve of Malik D., 2015, p. 742) Programming Exer.pdf
C++ code only(Retrieve of Malik D., 2015, p. 742) Programming Exer.pdf
 
Plsql programs
Plsql programsPlsql programs
Plsql programs
 
PCA-2 Programming and Solving 2nd Sem.pdf
PCA-2 Programming and Solving 2nd Sem.pdfPCA-2 Programming and Solving 2nd Sem.pdf
PCA-2 Programming and Solving 2nd Sem.pdf
 
PCA-2 Programming and Solving 2nd Sem.docx
PCA-2 Programming and Solving 2nd Sem.docxPCA-2 Programming and Solving 2nd Sem.docx
PCA-2 Programming and Solving 2nd Sem.docx
 
from datetime import datetime def CreateUsers()- print('##### Crea.pdf
from datetime import datetime def CreateUsers()-     print('##### Crea.pdffrom datetime import datetime def CreateUsers()-     print('##### Crea.pdf
from datetime import datetime def CreateUsers()- print('##### Crea.pdf
 
Answer main.cpp.pdf
Answer main.cpp.pdfAnswer main.cpp.pdf
Answer main.cpp.pdf
 
2Bytesprog2 course_2014_c1_sets
2Bytesprog2 course_2014_c1_sets2Bytesprog2 course_2014_c1_sets
2Bytesprog2 course_2014_c1_sets
 
2Bytesprog2 course_2014_c2_records
2Bytesprog2 course_2014_c2_records2Bytesprog2 course_2014_c2_records
2Bytesprog2 course_2014_c2_records
 
Ppt uts
Ppt uts Ppt uts
Ppt uts
 
The Effective Developer - Work Smarter, not Harder
The Effective Developer - Work Smarter, not HarderThe Effective Developer - Work Smarter, not Harder
The Effective Developer - Work Smarter, not Harder
 
C++ Course - Lesson 2
C++ Course - Lesson 2C++ Course - Lesson 2
C++ Course - Lesson 2
 
Plsql programs(encrypted)
Plsql programs(encrypted)Plsql programs(encrypted)
Plsql programs(encrypted)
 

More from Av Ri

Ocd 3.0
Ocd 3.0Ocd 3.0
Ocd 3.0Av Ri
 
Ocd 3.5
Ocd 3.5Ocd 3.5
Ocd 3.5Av Ri
 
Tugas simbad
Tugas simbadTugas simbad
Tugas simbadAv Ri
 
Tugas1
Tugas1Tugas1
Tugas1Av Ri
 
Tugas 1
Tugas 1Tugas 1
Tugas 1Av Ri
 
Tugas2
Tugas2Tugas2
Tugas2Av Ri
 
Tugas1
Tugas1Tugas1
Tugas1Av Ri
 
Tugas3
Tugas3Tugas3
Tugas3Av Ri
 
Tugas p kn
Tugas p knTugas p kn
Tugas p knAv Ri
 
Tugas 1
Tugas 1Tugas 1
Tugas 1Av Ri
 
Logika
LogikaLogika
LogikaAv Ri
 
Logika
LogikaLogika
LogikaAv Ri
 
Tugas 3
Tugas 3Tugas 3
Tugas 3Av Ri
 
Tugas 2
Tugas 2Tugas 2
Tugas 2Av Ri
 
Tugas 1
Tugas 1Tugas 1
Tugas 1Av Ri
 
Tugas 1
Tugas 1Tugas 1
Tugas 1Av Ri
 
Tugas kalkulus
Tugas kalkulusTugas kalkulus
Tugas kalkulusAv Ri
 
Peralatan proses data pada pc
Peralatan proses data pada pcPeralatan proses data pada pc
Peralatan proses data pada pcAv Ri
 
Instalasi ubuntu 12.04
Instalasi ubuntu 12.04Instalasi ubuntu 12.04
Instalasi ubuntu 12.04Av Ri
 

More from Av Ri (20)

Ocd 3.0
Ocd 3.0Ocd 3.0
Ocd 3.0
 
Ocd
OcdOcd
Ocd
 
Ocd 3.5
Ocd 3.5Ocd 3.5
Ocd 3.5
 
Tugas simbad
Tugas simbadTugas simbad
Tugas simbad
 
Tugas1
Tugas1Tugas1
Tugas1
 
Tugas 1
Tugas 1Tugas 1
Tugas 1
 
Tugas2
Tugas2Tugas2
Tugas2
 
Tugas1
Tugas1Tugas1
Tugas1
 
Tugas3
Tugas3Tugas3
Tugas3
 
Tugas p kn
Tugas p knTugas p kn
Tugas p kn
 
Tugas 1
Tugas 1Tugas 1
Tugas 1
 
Logika
LogikaLogika
Logika
 
Logika
LogikaLogika
Logika
 
Tugas 3
Tugas 3Tugas 3
Tugas 3
 
Tugas 2
Tugas 2Tugas 2
Tugas 2
 
Tugas 1
Tugas 1Tugas 1
Tugas 1
 
Tugas 1
Tugas 1Tugas 1
Tugas 1
 
Tugas kalkulus
Tugas kalkulusTugas kalkulus
Tugas kalkulus
 
Peralatan proses data pada pc
Peralatan proses data pada pcPeralatan proses data pada pc
Peralatan proses data pada pc
 
Instalasi ubuntu 12.04
Instalasi ubuntu 12.04Instalasi ubuntu 12.04
Instalasi ubuntu 12.04
 

Tugas1

  • 1. programMenghitung_gaji; useswincrt; var gol : Integer; nama : String; jam_kerja : Integer; besar_upah : real; lembur : real; upah : real; total : real; begin writeln('INPUT DATA ANDA'); writeln('==============='); write('MasukanNama : ');Readln(nama); write('MasukanGolongan : ');Readln(gol); write('Masukan Jam Kerja : ');Readln(jam_kerja); casegol of 1 :besar_upah:=10000; 2 :besar_upah:=25000; 3 :besar_upah:=35000; 4 :besar_upah:=50000; end; ifjam_kerja<=40 then begin total:=besar_upah*jam_kerja; writeln('<<<<<DATA GAJI ANDA>>>>>'); writeln('************************'); writeln('Nama : ' , nama); writeln('Gaji/Jam : ' , besar_upah:2:2); writeln('GajiAnda : ', total:2:2); writeln('UangLembur : ', lembur:2:2); writeln('Total Gaji : ' , total:2:2); end else begin lembur:=(jam_kerja-40)*35000; upah:=40*besar_upah; total:=lembur+upah; writeln('<<<<<DATA GAJI ANDA>>>>>'); writeln('************************'); writeln('Nama : ' , nama); writeln('Gaji/Jam : ' , besar_upah:2:2); writeln('GajiAnda : ', upah:2:2); writeln('UangLembur : ', lembur:2:2); writeln('Total Gaji : ' , total:2:2); end end.