/Replace-0-with-1-in-Digit

The replace all program in C++ programming works to replace the numbers with zero, where the number must be an integer. All the zeros (if encountered) in the given program will be replaced by 1. Ex- number is 12004509 all 0’s are replays of 1’s so number is 12114519.

Primary LanguageC++GNU General Public License v3.0GPL-3.0

Watchers