/NumberSubstringFinder

C# console application scans a user-provided string for duplicate numbers and calculates the sum of all numbers found in between the duplicates. The program also checks for the presence of non-numeric characters within the range of the duplicates.

Primary LanguageC#

Watchers