JAVA练习答案(2)

发布时间:2021-06-08

tax=(salary-850)*0.15f;

else

tax=(salary-850)*0.2f;

System.out.println("tax="+(int)(tax*100+0.5)/100.0); } } }

程序填空,不要改变与输入输出有关的语句。

输入一个正整数repeat (0<repeat<10),做repeat次下列运算:

以下4种水果的单价分别是3.00元/公斤,2.50元/公斤,4.10元/公斤,10.20元/公斤。 [1] apples [2] pears [3] oranges

[4] grapes

输入水果的编号,输出该水果的单价。如果输入不正确的编号,显示单价为0。 例:括号内是说明 输入

1 (repeat=1) 3 (oranges的编号) 输出 [1] apples [2] pears [3] oranges [4] grapes price=4.1

import java.util.Scanner; public class Test30006{

public static void main(String[] args){ int ri, repeat; int choice;

float price;

Scanner in=new Scanner(System.in); repeat=in.nextInt();

for(ri=1; ri<=repeat; ri++){

System.out.println("[1] apples"); System.out.println("[2] pears"); System.out.println("[3] oranges");

System.out.println("[4] grapes"); choice=in.nextInt(); if(choice==1) price=3;

else if(choice==2)

JAVA练习答案(2).doc 将本文的Word文档下载到电脑

精彩图片

热门精选

大家正在看

× 游客快捷下载通道(下载后可以自由复制和排版)

限时特价:7 元/份 原价:20元

支付方式:

开通VIP包月会员 特价:29元/月

注:下载文档有可能“只有目录或者内容不全”等情况,请下载之前注意辨别,如果您已付费且无法下载或内容有问题,请联系我们协助你处理。
微信:fanwen365 QQ:370150219