Logo 
Search:

Java Answers

Ask Question   UnAnswered
Home » Forum » Java       RSS Feeds
  Question Asked By: Adelina Fischer   on Jan 21 In Java Category.

  
Question Answered By: Maurice Hanson   on Jan 21

Change the line:double doubleValue =
doubleValue(tempValue);To:double doubleValue =
tempValue.doubleValue();The
doubleValue() method  is an instance method which you use on
your tempValue which is an instance of the Double
class.

Share: 

 

This Question has 1 more answer(s). View Complete Question Thread

 
Didn't find what you were looking for? Find more on Converting String to double Or get search suggestion and latest updates.


Tagged: