Hexadecimal to Decimal Conversion

# Introduction In this challenge, you are asked to write a C++ program that can convert a hexadecimal number to its corresponding decimal number. The program should be able to accept input from the user and output the decimal equivalent.

|
60 : 00

Click the virtual machine below to start practicing