Problem I am developing a unit converter application for Android. The application is working correctly, but my problem is with […]
Tag: unit-conversion
Temperature conversion code
Problem I am currently creating a program that can convert different units of measurement for temperature. It includes conversions for […]
Fahrenheit / Celsius temperature converter
Problem This is a simple bash script (hopefully with a little style as well) for converting temperatures from Fahrenheit to […]
Converting from Celsius to Fahrenheit and vice versa
Problem My code asks the user for the type of conversion, the degrees and spits the result back. It will […]
Unit converter application
Problem I am working on an Android unit converter application, but I came to the point where I have to […]
Simple object oriented design for an Temperature class
Problem Design a temperature class for nurses to store patient temperature and the method of taking the temperature. How would […]
Simple object oriented design for an Temperature class
Problem Design a temperature class for nurses to store patient temperature and the method of taking the temperature. How would […]
Java Temperature Converter
Problem I have made a program that converts Celsius to Fahrenheit and Fahrenheit to Celsius. How is my code? import […]
Unit of measure class for mass in java
Problem I was looking at this answer on SO to handle units in java. The concept was interesting to me, […]
Asking 2 values, feet and inches, and it converts them to centimeters
Problem I was doing an exercise in PHP, and it works perfectly, no problems. But I think that maybe I […]
- 1
- 2