Tuesday, April 24, 2012

Tutorial: Decimal to Hexadecimal Converter in Java

Hi guys! I'm here again. Today, I will show you a program I made in Java that can convert an input Decimal number to its equivalent Hexadecimal value. It is very easy to do this because. Just follow the rules in converting from decimal to hexadecimal number in number system. Take note that there are 16 values or digits used in hexadecimal number system which is the number from 0 to 9, and the first six (6) letters in the alphabet which is from A to F that corresponds to the number 10 to 15, respectively.

See the images below. Download the sample program source code and try it on your own.




Friday, April 13, 2012

Article: Beware - it's Friday the 13th

Yes, that day is fast approaching — and it's the first of this year. Are you the superstitious sort? Then these are just some of the things you might want to avoid! Warning: You might not want to leave the house after reading this.



1. Pass a funeral procession
Some believe that if you do, you might end up with some form of misfortune the next day.

2. Give birth
The child might come across bad luck for the rest of his/her life.

Like Us on Facebook

Related Posts Plugin for WordPress, Blogger...