import com.google.android.exoplayer2.C; //导入方法依赖的package包/类/*** Peeks and returns a {code WavHeader}.** param input Input stream to peek the WAV header from.* throws ParserException If the input file is an incorrect RIFF WAV.* throws IOException I…
System.out.println("购买物品\t" "单价\t" "个数\t" "金额");Scanner in new Scanner(System.in);String String1 ;int a 0;int b 0;int c 0;double sum0;do {System.out.println("请选择你购买的物品");String aSt…