This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
void main() { | |
// Input | |
final double gajiBulanan = 13000000; | |
final double gajiTahunan = gajiBulanan * 12; | |
final double ptkp = 54000000; | |
// Hitung PKP | |
final double pkp = gajiTahunan - ptkp; | |
// Pajak progresif |