How to convert Celsius to Fahrenheit in Java

  • 02 November 2017
  • ADM

How to convert Celsius to Fahrenheit in Java. Simple Java code and conversion table with common values.


How to convert Fahrenheit to Celsius in Java

  • 23 October 2017
  • ADM

How to convert Fahrenheit to Celsius in Java. Simple Java code and conversion table with common values.


Luhn algorithm implementation in Java

  • 26 January 2017
  • ADM

Luhn algorithm implementation in Java with example for both calculate the check digit and validate the number.