Sunday, November 8, 2009

My Poem

when i open my book in junior high school,, i found a poem for my ex-girlfriend,, i was making it after she decided to finish our relation. it's hurt you know,,!!!

this is it. For a student who need a poem for their homework u can copy it if you want^^.

-------------------------------------------------
Malam merambah bumi
Mentari lagi bersembunyi
Kegelapan menyelimuti diri
Cahaya rembulan terangi hati

Malam hari remukkan hati
Saat sadari kau tak lagi di sini
Aku sendiri...Rindu menghiasi
Duduk sendiri terbuai mimpi

Wajah cantik yang membayangi
Sangat kusayang tapi ingin kuludahi
Kumaki tapi Kucintai
-------------------------------------------------

How is it???It is good,,isn't it??hahaha^^,,,i always try to forget her but i can't...Maybe because she's My First Love...,,,she always be there in my deepest heart..

for you always..^^

luas linkaran!!

it's the second program,,it's simple and try the other basically of this....

import java.util.Scanner;
public class LuasLingkaran{
public static void main (String [] args){
Scanner input = new Scanner (System.in);
float phi=(float)3.14, luas, jari2;
System.out.println("masukkan jari-jari lingkaran : ");
jari2 = input.nextFloat();
luas = phi*jari2*jari2;
System.out.println ("maka luas lingkaran adalah " + luas);
}
}

i hope it's useful and can help you^^

Hello World!!

Java coding for all apprentices,,ahah,,it's Hello world program!!

public class HelloWorld{
public static void main (String [] args){
System.out.println ("Hello World!!!");
}
}

Is it easy right??okey we'll meet again in next program or any muse^^,,love programming