Jave walk through: Number Base Conversion

preview_player
Показать описание
Рекомендации по теме
Комментарии
Автор

Week 5 of my intro CS course and we're already doing this. So confusing!

blownspeakersss
Автор

Can you update the link please, it doesn't exist anymore

uchihashahin
Автор

Could you tell me how I can do the conversion part by using a BigInteger?

cheejudo
Автор

for( ; Math.pow(B, D) <= val; D ++) {}
there's this empty array in the NumConvertBase method @29:28

rchshi
Автор

great video, your typos are entertaining, even have one in the damn title!

liberator
Автор

if i input 12 times f to convert from base 16 to base 2, can it covert

toannn
Автор

How do I do this with BigInterger when converting?

huntingflowersx
Автор

A= 10
B= 11
C= 12
D = 13
E = 14 (you said 15)
F = 15

lucasdiniz