diff --git a/dsa-solutions/gfg-solutions/Basic/0093.md b/dsa-solutions/gfg-solutions/Basic/0093.md index 9b99783e7..009d0d146 100644 --- a/dsa-solutions/gfg-solutions/Basic/0093.md +++ b/dsa-solutions/gfg-solutions/Basic/0093.md @@ -3,10 +3,10 @@ id: replace-zeros-with-five title: Replace All 0's with 5 sidebar_label: 0093 Replace All 0's with 5 tags: -- Python -- Java -- C++ -- C + - Python + - Java + - C++ + - C description: "This document covers methods to replace all occurrences of the digit 0 with the digit 5 in a given number in various programming languages." ---