Question: How would you do Exercise if the string might contain leading and/or trailing blanks, such as "41.99 "?
Exercise: Suppose string Form is a variable of type String that names a String that is the normal way of writing some double, such as "41.99". Write a Java expression that returns the double value named by string Form.