#include <iostream> #include <stdlib.h> #include <stdio.h> #include <windows.h> //Author: //pax01 - Conversor Hexadecimal using namespace std; int main() { SetConsoleTitle("Conversor Hexadecimal v2.0"); system("color 0A"); int...