Thu Oct 08, 2009 7:31 pm
try {
FileInputStream fileInputStream = new FileInputStream(new File("Your file path"));
DataInputStream dataInputStream = new DataInputStream(fileInputStream);
dataInputStream.readDouble();
} catch (FileNotFoundException e) {
// TODO Auto-generated catch block
e.printStackTrace();
} catch (IOException e) {
// TODO Auto-generated catch block
e.printStackTrace();
}
Scanner scanner = new Scanner(System.in);
scanner.nextDouble();
Codemiles.com is a participant in the Amazon Services LLC Associates Program, an affiliate advertising program designed to provide a means for sites to earn advertising fees by advertising and linking to Amazon.com
Powered by phpBB © phpBB Group.