Tester

public class Tester {
  public static void main(String[] args) { 

       String s = "59";
       double result = Double.parseDouble(s);
       
  }
}
What is the final value of result?