If the keyboard input is 15, what is the value of score after this code executes? Scanner sc = new Scanner(System.in); int score = 80; System.out.print("Enter a score value: "); int input = sc.nextInt(); if (input < 10) {     score = 50; } else if (input >= 10 && input <= 20) {     score = 60; } else {     score = 70; } score = score + 5; System.out.println("Final Score: \t" + score);单项选择题

A

65

B

60

C

50

D

70

登录即可查看完整答案

我们收录了全球超50000道真实原题与详细解析,现在登录,立即获得答案。

类似问题

更多留学生实用工具

加入我们,立即解锁 海量真题独家解析,让复习快人一步!