id/email
password
forgot password | create account
about | help | code help+videos | done | prefs
CodingBat code practice

tmhscs@gmail.com conversions

░█▀▀█ ░█▀▀▀█ ░█▄ ░█ ░█ ░█ ░█▀▀▀ ░█▀▀█ ░█▀▀▀█ ▀█▀ ░█▀▀▀█ ░█▄ ░█ ░█▀▀▀█ ░█ ░█ ░█ ░█░█░█ ░█░█ ░█▀▀▀ ░█▄▄▀ ▀▀▀▄▄ ░█ ░█ ░█ ░█░█░█ ▀▀▀▄▄ ░█▄▄█ ░█▄▄▄█ ░█ ▀█ ▀▄▀ ░█▄▄▄ ░█ ░█ ░█▄▄▄█ ▄█▄ ░█▄▄▄█ ░█ ▀█ ░█▄▄▄█

The following problems will have you convert between different data types or number systems! Be sure to use the API pages to look up methods that can be helpful. Most of these problems can be solved in just one line of code!

Integer API: https://docs.oracle.com/javase/7/docs/api/java/lang/Integer.html
String API: https://docs.oracle.com/javase/7/docs/api/java/lang/String.html

01. convert_intToString H   convert_intToString
02. convert_StringtoInt H   convert_StringtoInt
03. convert_arrayToList H   convert_arrayToList
04. convert_listToArray H   convert_listToArray
05. convert_intArrayToIntegerArray H   convert_intArrayToIntegerArray
06. convert_integerArrayToIntArray H   convert_integerArrayToIntArray
07. convert_binaryStringToInt H   convert_binaryStringToInt
08. convert_intToBinaryString H   convert_intToBinaryString
09. convert_intToHexadecimalString H   convert_intToHexadecimalString
10. convert_hexadecimalStringToInt H   convert_hexadecimalStringToInt
11. convert_arrayListToLinkedList H   convert_arrayListToLinkedList
12. convert_arrayListToLinkedHashSet H   convert_arrayListToLinkedHashSet

Authoring docs

Copyright Nick Parlante 2017 - privacy