Another distance conversion 1 Answer(s) 2 years and 9 months ago
Posted in : Java Beginners
Write an application that reads a distance in metres. The program will then convert the distance to kilometres, feet and inches, by calling methods. The converted distances will be printed. ? Write a method for each conversion ? toKilometres(), toFeet(), and toInches().
import java.io.*; public class DistanceConversion{ public static double toKilometres(double value){ double kmValue = value*0.001; return kmValue; } public static double toFeet(double value){ double feetValue = value*3.281; return feetValue; } public static double toInches(double value){ double inchValue = value*39.37; return inchValue; } public static void main(String args[]){ System.out.print("Enter distance in meters : "); BufferedReader br = new BufferedReader(new InputStreamReader(System.in)); String distance=null; try{ distance = br.readLine(); } catch(Exception e){ System.out.println(e); } double value=Double.parseDouble(distance); System.out.println(distance+" meters are"); //System.out.println("Entered Value is in int..: "+value); double kmValue = toKilometres(value); System.out.println(distance+" * 0.001 = "+kmValue+" kilometers"); double feetValue =toFeet(value); System.out.println(distance+" * 3.281 = "+feetValue+" feet"); double inchValue =toInches(value); System.out.println(distance+" * 39.37 = "+inchValue+" inches");
} }
Related Pages:
Another distance conversion - Java Beginners Anotherdistance conversion Write an application that reads a distance in metres. The program will then convert the distance to kilometres, feet... a method for each conversion ? toKilometres(), toFeet(), and toInches
Distance conversion - Java Beginners Distance conversion Write an application that reads a distance in metres. The program will then present a user menu of conversion types, converting the distance to kilometres, feet and inches, according to the user?s selection
Data Conversion from short to another type
Data conversion is the conversion of data from one type to another type.
In this section we will learn about data conversion from short primitive type to another data type like String, boolean and char etc
Data Conversion from long to another type
Data conversion is the conversion of data from one type to another type.
In this section we will learn about data conversion from long primitive type to another data type like String, boolean and char etc
Data Conversion from int to another type
Data conversion is the conversion of data from one type to another type.
In this section we will learn about data conversion from int primitive type to another data type like String, boolean and char etc
Data Conversion from String to another type
Data conversion is the conversion of data from one type to another type.
In this section we will learn about data conversion from String primitive type to another data type like int, boolean and char etc
Data Conversion from byte to another type
Data conversion is the conversion of data from one type to another type.
In this section we will learn about data conversion from byte primitive type to another data type like String, boolean and char etc
Data Conversion from float to another type
Data conversion is the conversion of data from one type to another type.
In this section we will learn about data conversion from float primitive type to another data type like String, boolean and char etc
Data Conversion from double to another type
Data conversion is the conversion of data from one type to another type.
In this section we will learn about data conversion from double primitive type to another data type like String, boolean and char etc
conversion Applet conversion Applet I am a java beginner..................
strong texthow to create JApplet that prompts the user to enter a distance in miles in a JTextField and then converts mile to kilometers and display the result as XX.XX
GUI and how to convert a distance - Java Beginners
application that can be is used to convert a distance unit in miles into its... conversion is as follows:
1 mile = 2.5 km
1 km = 1000 m
1 meter = 60...=new JTextField(20);
t5=new JTextField(20);
l1=new JLabel("Enter distance
class distance
class distance class distance-integer data member km1,km2,km3,m1,m2,m3.
run()-to input the two distance and add them in the third.
display()-to display the total distance.
display the constructor if required
Edit Distance
Edit Distance I want java programming ask from user input two string and the program find the edit distance between two strings and find table and optimal solution using GUI
Casting (Type Conversion)
to another type. Conversion of data from one type to another type is
known as type casting. In java one object reference can be type cast into
another object reference...
Casting (Type Conversion)
 
Distance in meters - Java Beginners Distance in meters Write a program that asks the user to enter a distance in meters. The program will then present the following menu of selections... the program
The program will convert the distance to kilometers, inches
Programming: Numeric Conversion
Java NotesProgramming: Numeric Conversion
Name ________________________________
Description
Write a program which converts a measurement from one system of units to
another. Read a number (or numbers) in one system and output
onfly conversion of jsp to pdf (urgent) - Development process
onfly conversion of jsp to pdf (urgent) Hi,
i m facing problem to convert jsp to pdf on on fly,
i have an application in which there is some set of questions, user select the page 1 ques and click next .there is another
Hill stations near Delhi distance
Hill stations near Delhi distance Hi,
Can any one tell the distances of the Hill stations near Delhi?
Thanks
Java : String Case Conversion
Java : String Case Conversion
In this section we will discuss how to convert a String from one case into
another case.
Upper to Lower case Conversion... : This example shows conversion of String from
one case to another case. '
Convert One Unit to Another
Convert One Unit to Another
Again in this section, you will learn to convert One
Unit to Another. The following program helps you in converting some more units
to another. 
currency conversion
currency conversion hi frds..
I wan jsp code to convert currency in different formats??... if u know plz plz plz post it
Please visit the following link:
http://www.roseindia.net/tutorials/I18N/currency
Road distance using Java - Java Beginners
Road distance using Java Dear All
i am calculating the straight line distance between two latlong points using the simple mathematical formula but i need the Real Road Driving Distance
//
protected double distance(double pX
Distance learning business management Distance learning business management courses are on high demand today.... But those students should not worry as many institutions have started distance... for the future and skilled workforce. Distance learning business management courses
Hill Stations near Delhi distance Distance of Major Hill Stations From Delhi
In this page we have listed all the Hill Stations near Delhi with their distance from central Delhi... and northeastern India.
List of Hill Stations near Delhi with distance
Sr
VoIP Long Distance
VoIP Long Distance
VoIP
Designing a Long-Distance Network
The long-distance Voice over IP (VoIP) network solution is a set of network design
Java - Arithmetic Operation, Conversion and Casts in java
into another. This is important for the type conversion in developing any...
Java - Arithmetic Operation, Conversion and Casts in java... of the program :
public class conversion{
 
.wav file conversion
.wav file conversion how to read .wav file and converd the data into text format
loop to input multiple points to calculate final distance and speed
loop to input multiple points to calculate final distance and speed  ...;
private double distance;
public Travel()
{
time=0;
distance=0... getDistance()
{
return distance;
}
public static void main (String[] args
NSString to float conversion
NSString to float conversion HI,
I my iPhone and iPad application I have to convert NSString to float. Provide me example of NSString to float conversion.
Thanks
Hi,
Please see NSString to float conversion
object conversion - Java Beginners
object conversion Hi,
Can anybody tell me the object conversion in java.
Hi sandeep
Can u please tell me in details about your.../java-conversion/ObjectToDouble.shtml
Thanks...
sandeep kumar suman
Programming: Numeric Conversion
Java NotesProgramming: Numeric Conversion
Name... of units to
another. Read a number (or numbers) in one system and output... of it as a
conversion, it could also be a calculation, eg, to calculate the air
Conversion - Development process
is the theory of conversion from java to .NET? How it is done?
Hi... Conversion Assistant (JLCA). Code that calls Java APIs can convert to comparable C# code... to a topic with guidelines for modifications needed to finish the conversion
NSString to float conversion
NSString to float conversion HI,
I my iPhone and iPad application I have to convert NSString to float. Provide me example of NSString to float conversion.
Thanks
HI,
Use the following code:
NSScanner *strXpos
Conversion of String to Integer Conversion of String to Integer public class Test
{
public static void main(String[] args) {
int countA = 0;
int countB = 0;
int countC = 0;
int countD = 0;
int countE = 0;
int
javascript integer to string conversion
javascript integer to string conversion How to Javascript Integer to String Conversion
<script type="text/javascript">
/**
* print out the value and the type of the variable passed
Kilometers per Liter to Miles per Gallon
: The distance traveled by
a vehicle which is running on gasoline or diesel fuel in a kilometer.
Miles per Gallon: The distance traveled by a
vehicle... by which we can convert the kmpl
to mpg that is mpg = kmpl * Conversion_factor
Excel conversion tool. - Java Beginners
Excel conversion tool. Hi,
I need a conversion tool which can convert .xls(Excel 2003) to .xlsx (Excel 2007) and vice-versa.
Please suggest any links ro tools.
Thank You