Sign in
|
Join
|
Help
Search
Andri Gunawan's Blog
.NET Developer
See also:
Other Geeks@INDC
Home
Contact
RSS
Atom
Comments RSS
Recent Posts
How to get the application directory?
Fungsi Terbilang untuk C# & VB.NET
Unsafe programming in C#
Tags
C#
C++ & MFC
VB.NET
News
Certification
MCP ID# 3404284
Navigation
Home
Blogs
Videos
Curriculum
eBooks
Jobs
Forum
Downloads
C++ / MFC
Yet Another C#-style Delegate Class in Standard C++
C#
C# : A-Star is born By Eric Marchesin Understand graphs and A* path-finding algorithm with C#
AJAX
Ajax Mistakes
Archives
August 2006 (1)
September 2005 (2)
Browse by Tags
All Tags
»
VB.NET
(
RSS
)
C#
Fungsi Terbilang untuk C# & VB.NET
public static string Terbilang(int x) { string[] bilangan = {"", "satu", "dua", "tiga", "empat", "lima", "enam", "tujuh", "delapan", "sembilan", "sepuluh", "sebelas"}; string temp = ""; if (x < 12) { temp = " " + bilangan[x]; } else if (x < 20)...
Posted:
Sep 10 2005, 04:06 AM
by
andri
| with
4 comment(s)
Filed under:
C#
,
VB.NET