
switch statements + java
Quiz
•
Computers
•
Professional Development
•
Hard

ANIL KUMAR
FREE Resource
Enhance your content
82 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
Answer explanation
The program first asks the user to enter a programming language. Then, it uses a switch statement to check the user input. If the user input is "java", the program will print "Java Current Version is 12.". The other case statements in the switch statement are for Python, Rust, and a default case. Since the user input in the program is "java", the program will print the current version of Java.
2.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
Answer explanation
The switch statement in the image will first check if the value of n is equal to 10. If it is, the statement System.out.println("-10"); will be executed. The other statements will not be executed.
3.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
Answer explanation
You are eligible for marriage now. The switch statement in the image will first check if the value of the variable age is equal to 18. If it is, the statement System.out.println("You are eligible for marriage now"); will be executed. The other statements will not be executed.
4.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
Answer explanation
The switch statement in the image will first check if the value of the variable num is equal to 1. If it is, the statement System.out.println("Case1: Value is: 1"); will be executed. However, the value of num is 2, so this case will not be executed.
5.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
Answer explanation
The switch statement in the image will first check if the value of the variable weekday is equal to 1. If it is, the statement System.out.println("Sunday"); will be executed. However, the value of weekday is not equal to 1, so this case will not be executed.
6.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
Answer explanation
The switch statement in the image will first check if the value of n is equal to 10. If it is, the statement System.out.println("-10"); will be executed. However, there is no case 10 in the switch statement, so this statement will not be executed.
7.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
Answer explanation
The switch statement in the image will first check if the value of n is equal to 11. If it is, the statement System.out.println(n); will be executed. This statement will print the value of n, which is 11.
Create a free account and access millions of resources
Create resources
Host any resource
Get auto-graded reports

Continue with Google

Continue with Email

Continue with Classlink

Continue with Clever
or continue with

Microsoft
%20(1).png)
Apple

Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?
Similar Resources on Wayground
Popular Resources on Wayground
20 questions
Brand Labels
Quiz
•
5th - 12th Grade
10 questions
Ice Breaker Trivia: Food from Around the World
Quiz
•
3rd - 12th Grade
25 questions
Multiplication Facts
Quiz
•
5th Grade
20 questions
ELA Advisory Review
Quiz
•
7th Grade
15 questions
Subtracting Integers
Quiz
•
7th Grade
22 questions
Adding Integers
Quiz
•
6th Grade
10 questions
Multiplication and Division Unknowns
Quiz
•
3rd Grade
10 questions
Exploring Digital Citizenship Essentials
Interactive video
•
6th - 10th Grade