price只能用:
double price = 120.5;
若定义为float,应为
float price = 120.5f;
切记
double price =120.7
float prices=120.8f