Shayaan-Kashif / Number-Base-Converter

This program converts numbers between Decimal, binary and Hexadecimal
1 stars 0 forks source link

Implemented feature to patch edge case where the user could enter a random string and the code would end #3

Closed Shayaan-Kashif closed 1 month ago

Shayaan-Kashif commented 1 month ago

Now the code requires the user to enter "Y" or "y" to continue or "N" or "n" to end. If the user enters a different string the code would give them an invalid entry error and ask them for their choice again until they don't pick a choice which is valid.