Skip to content

Commit d00b417

Browse files
authored
Update FindSumOfNumbersApproachASCII.java
1 parent 34683f1 commit d00b417

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

FindSumOfNumbersApproachASCII.java

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
package powerJavaLearning;
22

3+
/*Write a java code to find the sum of the given numbers
4+
Input: "asdf1qwer9as8d7"
5+
output: 1+9+8+7 = 25 */
6+
37
public class FindSumOfNumbersApproachASCII {
48

59
public static void main(String[] args) {

0 commit comments

Comments
 (0)