Skip to content

Commit 96582cc

Browse files
authored
Fix hex conversion answer for decimal 386
1 parent b1cd7b7 commit 96582cc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

number-systems/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ Convert the decimal number 14 to hex.
4141
Answer: E
4242

4343
Convert the decimal number 386 to hex.
44-
Answer: 11E
44+
Answer: 182
4545

4646
Convert the hex number 386 to decimal.
4747
Answer: 902

0 commit comments

Comments
 (0)