#mathsqrt
Read more stories on Hashnode
Articles with this tag
public class Main { public static void main(String args[]) { System.out.println(Math.sqrt(100)); } } [Success] Your code was...