Skip to content

Commit ea08a8c

Browse files
authored
Update FindSumOfNumbersApproachASCII.java
1 parent d00b417 commit ea08a8c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

FindSumOfNumbersApproachASCII.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
package powerJavaLearning;
22

3-
/*Write a java code to find the sum of the given numbers
3+
/*Write a java code to find the sum of the given numbers in a string
44
Input: "asdf1qwer9as8d7"
55
output: 1+9+8+7 = 25 */
66

0 commit comments

Comments
 (0)