
switch statements + java
Quiz
•
Computers
•
Professional Development
•
Practice Problem
•
Hard
ANIL KUMAR
FREE Resource
Enhance your content in a minute
82 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
The following Java program uses a switch statement to print the current version of a programming language. Which programming language is the user input in the program?
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
Which of the following statements is printed when the variable n is equal to 10?
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
What is the output of the code in the image?
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
What is the output of the code in the image when the value of num is 2?
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
What is the output of the code in the image when the value of weekday is 3?
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
Which of the following statements is printed when the value of n is 10?
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
What is the output of the code in the image when the value of n is 11?
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
Already have an account?
Similar Resources on Wayground
Popular Resources on Wayground
5 questions
This is not a...winter edition (Drawing game)
Quiz
•
1st - 5th Grade
25 questions
Multiplication Facts
Quiz
•
5th Grade
10 questions
Identify Iconic Christmas Movie Scenes
Interactive video
•
6th - 10th Grade
20 questions
Christmas Trivia
Quiz
•
6th - 8th Grade
18 questions
Kids Christmas Trivia
Quiz
•
KG - 5th Grade
11 questions
How well do you know your Christmas Characters?
Lesson
•
3rd Grade
14 questions
Christmas Trivia
Quiz
•
5th Grade
20 questions
How the Grinch Stole Christmas
Quiz
•
5th Grade
Discover more resources for Computers
26 questions
Christmas Movie Trivia
Lesson
•
8th Grade - Professio...
25 questions
Christmas Movies
Quiz
•
Professional Development
20 questions
Christmas Trivia
Quiz
•
Professional Development
15 questions
Fun Holiday Trivia
Quiz
•
Professional Development
25 questions
Name That Tune - Christmas
Quiz
•
Professional Development
29 questions
Christmas Song Emoji Pictionary
Quiz
•
Professional Development
9 questions
Holiday Movie Trivia
Lesson
•
Professional Development
34 questions
Winter Trivia
Quiz
•
Professional Development
