保留兩位小數的String用法

package program; import java.util.Scanner; /** * 編寫程序,計算郵局匯款的匯費: * 若是匯款金額小於100元,匯費爲1元, * 若是金額在100元與500元之間,按1%收取匯費, * s若是金額大於500元,匯費爲50元。 * @author Administrator * */ public class T3_4 { public
相關文章
相關標籤/搜索