Written on Monday, February 25, 2008 @ 12:02 AM
public class Return1{
int qty;
double price;
public void setOrder(int q, double p) {
qty = q;
price =p;
}
public double getOrderTotal(){
return price * qty;
}
}
class testReturn1{
public static void main(String []args){
Return1 r1 = new Return1();
double total;
r1.setOrder(2, 3.75);
total = r1.getOrderTotal();
System.out.println("The Total amount is l" +total);
}
}
Time for some Java hahaha
Im praying hard to Him now. I want to know where He wants to plant me in. Yea. PGSM or other Local private school for 1 year of Diploma before my NS start. Yea.
I miss sunday Service. It seems that there are one sentence that hit me hard.
"Attack your Lifestyle hard and conquer it"
That applies to everyone includes me right haha.
Must change the way i face my life and change the lifestyle im living now. yea. haha
something within me