-
Notifications
You must be signed in to change notification settings - Fork 53
Sum of numbers in string #121
Copy link
Copy link
Open
Labels
CC Programming LanguageC Programming Languagec++C++ Programming LanguageC++ Programming LanguageeasyEasy QuestionEasy Questiongood first issueGood for newcomersGood for newcomershacktoberfestHacktoberfest IssueHacktoberfest Issuehacktoberfest-2023Hacktoberfest 2023 IssueHacktoberfest 2023 Issuehacktoberfest-acceptedAccepted for HacktoberfestAccepted for HacktoberfestjavaJava Programming LanguageJava Programming Languagenot-assignedIssue Not assigned yetIssue Not assigned yetpythonPython Programming LanguagePython Programming LanguagestringQuestion related to stringQuestion related to string
Metadata
Metadata
Assignees
Labels
CC Programming LanguageC Programming Languagec++C++ Programming LanguageC++ Programming LanguageeasyEasy QuestionEasy Questiongood first issueGood for newcomersGood for newcomershacktoberfestHacktoberfest IssueHacktoberfest Issuehacktoberfest-2023Hacktoberfest 2023 IssueHacktoberfest 2023 Issuehacktoberfest-acceptedAccepted for HacktoberfestAccepted for HacktoberfestjavaJava Programming LanguageJava Programming Languagenot-assignedIssue Not assigned yetIssue Not assigned yetpythonPython Programming LanguagePython Programming LanguagestringQuestion related to stringQuestion related to string
❗Write Code in Only One Language ( CPP , C , Java , Python )
Give File Name :
Sumofnumbers✅ In respective language folder📑 DESCRIPTION
Sum of numbers in string
Given a string str containing alphanumeric characters. The task is to calculate the sum of all the numbers present in the string.
Example 1:
Example 2:
Your Task:
The task is to complete the function findSum() which finds and returns the sum of numbers in the string.