iamantony / CppNotes

My notes about C++
MIT License
1 stars 3 forks source link

Task: check if the value of a binary number equals the hex value #13

Open iamantony opened 8 years ago

iamantony commented 8 years ago

Input: two strings. First with binary number, second with hex.

Transform strings to integers and compare them.