In Java, doubles follow the IEEE Standard for Floating-Point Arithmetic and are not accurately represented. For example, when running the following code snippet, double firstNumber double secondNumber ; System.out.println(firstNumber secondinuer); We get instead of . There are different approaches to fix this unavoidable issue, such as BigDecimal, In this PA, you will be creating another solution, which is to implement the addition of two doubles in a String representation. Implementation [94 Points] Your file should be named Catculator. java and should contain a single class catculator. Format of Strin