摘要: 一、买飞机票 public class Main { public static void main(String[] args) { double price = calculate(1000,11,"经济舱"); System.out.println("优惠价是:"+price); } publ 阅读全文
posted @ 2024-01-10 00:57 XiMeeZhh 阅读(32) 评论(0) 推荐(0)