Double? priceValue? =? Double.parseDouble (price);
int? Cents? =? (int)(priceValue? *? 100);
String? Newprice? =? Integer.toString (cents);