Skip to content

Instantly share code, notes, and snippets.

View alzaichsank's full-sized avatar
:shipit:
Cat Programmer

Alza Ichsan Kurniawan alzaichsank

:shipit:
Cat Programmer
View GitHub Profile
@alzaichsank
alzaichsank / konversiHurufkeAngkaTerbilang.java
Last active August 24, 2019 04:10
konversi Huruf ke Angka Terbilang [Indonesia]
/*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
import java.text.DecimalFormat;
import java.text.DecimalFormatSymbols;
import java.util.Arrays;
import java.util.LinkedList;
import java.util.List;
@alzaichsank
alzaichsank / ConvertionWordToNumber.java
Last active August 23, 2019 17:16
Convertion word to number with input [English version]
/*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
import java.util.Arrays;
import java.util.LinkedList;
import java.util.List;
import java.util.Scanner;