class Ulang2 {
public static void main(String []args){
int a = 0;
while(a<10){
System.out.println(“Hore..!!”);
a++;
}
}
}
Read the rest of this entry »
Java Lesson 5 : Looping 2 (while)
Posted by argonzdcc on November 19, 2009
Posted in Java, Pemrograman | Leave a Comment »
Java Lesson 004 : Looping 1 ( for)
Posted by argonzdcc on November 18, 2009
Ok guys, kali ini saya akan menggunakan bahasa sebagai bahasa pengantar dalam tulisan kali ini. Sekarang kita memasuki pelajaran empat yaitu perulangan (Looping). Dalam java kita akan mengenal 3 bentuk perulangan yaitu for, while dan do-while. Untuk hari ini kita pelajari for dulu. Ok guys..! Let start..! Read the rest of this entry »
Posted in Java, Pemrograman | Leave a Comment »
Java Lesson 003 : Flow Control 2 (switch)
Posted by argonzdcc on November 16, 2009
public class Hari {
public static void main(String []args){
int urutan=2;
String namahari;
switch (urutan)
{
case 1 : namahari=”Senin”; break; Read the rest of this entry »
Posted in Java, Pemrograman | Leave a Comment »
Why men wear ear rings?
Posted by argonzdcc on November 13, 2009
I have often wondered how this trend got started, I now have the answer.
A man is at work one day when he notices that his co-worker is wearing an earring.
This man knows his co-worker to be a normally conservative fellow, and is curious about his sudden change in “fashion sense.” Read the rest of this entry »
Posted in Jokes | Leave a Comment »
Java : Lesson 002 Flow Control 1 (if)
Posted by argonzdcc on November 10, 2009
Hi guys..! We will continue our lesson, before I have posted lesson 001 as warming up our lesson. May be some of you ask me why didn’t the lesson explain about basic programming like structure programming, variable definition, type data, consept of object oriented ect. I answer that this lesson for us who have studied about programming and who want to know form programming of java. But if you want to ask about that (type data, etc) we can discuss about that. Just comment me and I will try to reply you. Okay guys.. Lets start our lesson ..!!
Read the rest of this entry »
Posted in Java, Pemrograman | Leave a Comment »
Java : Lesson 001
Posted by argonzdcc on November 7, 2009
Ok guys.., I will try to write java code and than I explain line by line. For this session we start from basic lesson. I hope you will follow me, because I will write java code until Network class, and some class have to know if we want to be expert in java. I will try to write frequently three times a week. So don’t miss it. Okay lets begin our lesson.
Read the rest of this entry »
Posted in Java, Pemrograman | Leave a Comment »