Advertisement
Carlettos

OMEGALUL

Dec 3rd, 2018
151
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.17 KB | None | 0 0
  1. public class Campus {
  2.  
  3.     public static void main(String[] args) {
  4.         System.out.println(4.0 * (1 - (1.0/3) + (1.0/5) - (1.0/7) + (1.0/9) - (1.0/11)));
  5.     }
  6. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement