|
|
|
@ -2,7 +2,6 @@ public class TestParseString |
|
|
|
{ |
|
|
|
public static void main(String[] args) |
|
|
|
{ |
|
|
|
/* |
|
|
|
String s1 = "12.3,4.9 6,9 0,8"; |
|
|
|
ParseString ps1 = new ParseString(s1); |
|
|
|
System.out.println("Sum of all number in \"" + s1 + "\" is: "); |
|
|
|
@ -14,6 +13,5 @@ public class TestParseString |
|
|
|
System.out.println("Sum of all number in \"" + s2 + "\" is: "); |
|
|
|
System.out.println(ps2.sumOfAll()); |
|
|
|
System.out.println(); |
|
|
|
*/ |
|
|
|
} |
|
|
|
} |