Question: Question 1: Decimal/Hexadecimal Conversions (5 points) Write two functions: one that converts from hexadecimal (base 16) to decimal, hex2dec, and one that converts from decimal

 Question 1: Decimal/Hexadecimal Conversions (5 points) Write two functions: one that

Question 1: Decimal/Hexadecimal Conversions (5 points) Write two functions: one that converts from hexadecimal (base 16) to decimal, hex2dec, and one that converts from decimal to hexadecimal, dec2hex. Output your hexadecimal values as a string, for instance, 31 in decimal would be the string . IF. in hexadecimal. Your output is case sensitive In [ ]: # write your answer here. In t 1: dec2hex(31)F In t J: WASTE_OF_WATERDECAF dee2hex (912559) -WASTE-OF WATER How to drink decaffeinated coffee 1. Pour it down the drain 2. Make real coffee 3. Drink that instead. In t : hex2dec('2A42 In [J: | hex2dec('COFFEE') == 12648430

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!