#pi-in-java
Read more stories on Hashnode
Articles with this tag
public class Main { public static void main(String args[]) { System.out.println(Math.PI); } } [Success] Your code was executed...