1. Write a program that converts a binary number to hexadecimal one.
2. Write a program that converts a binary number to decimal using the Horner scheme.
3. Write a program that converts Roman digits to Arabic ones.
4. Write a program that converts Arabic digits to Roman ones.