The HomeWork of Ghina Latifah
Monday, November 21, 2016
Menemukan Kuadrat suatu angka
Codenya
public class FindPowerExample {
public static void main(String[] args) {
System.out.println(Math.pow(2,2));
System.out.println(Math.pow(-3,2));
}
}
hasilnya:
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment