hai hai hai...ok come together again mith me...hehehe..
lets go..this my simple java programing in jeliot aplication..that is conversion volume ball..
ok..lats go to the program..
import jeliot.io.*;
public class MyClass {
public static void main() {
// Your algorithm goes here.
int r;
double volume;
System.out.print("masukan r = ");
r = Input.readInt();
volume= (double)((3.14*r*r*r*3)/4);
System.out.print(volume);
}
}
lets go..this my simple java programing in jeliot aplication..that is conversion volume ball..
ok..lats go to the program..
import jeliot.io.*;
public class MyClass {
public static void main() {
// Your algorithm goes here.
int r;
double volume;
System.out.print("masukan r = ");
r = Input.readInt();
volume= (double)((3.14*r*r*r*3)/4);
System.out.print(volume);
}
}


Posting Komentar