题解 | #完美成绩#

完美成绩

http://www.nowcoder.com/practice/8312e497509a450f968d9a6a2381ce32

import java.util.Scanner;
public class Main{
    public static void main(String[] args) {
        Scanner scan = new Scanner(System.in);
        while(scan.hasNextInt()) {
            Integer score = scan.nextInt();
            if(score >= 90 && score <= 100) {
                System.out.println("Perfect");
            }
        }
    }
}
全部评论

相关推荐

点赞 收藏 评论
分享
牛客网
牛客企业服务