What is the output of the following code? for(int i=0; i<3; i++) { System.out.print(i); } A) 012 B) 123 C) 0 D) 321

Java Programming Concepts Challenge

Quiz
•
Other
•
University
•
Hard
Nabin Chaudhary
Used 1+ times
FREE Resource
29 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
0123
23
01
A) 012
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What will be the output of this nested loop? for(int i=1; i<=2; i++) { for(int j=1; j<=2; j++) { System.out.print(i*j); } } A) 12 B) 1234 C) 111222 D) 1
1111
123
B) 1234
22
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the output of the following code snippet?
int[] arr = {1, 2, 3, 4};
for(int i=0; i
123 4
A) 1234
12 34
1, 2, 3, 4
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What will be printed by the following code? for(int i=0; i<5; i++) { if(i == 3) break; System.out.print(i); } A) 012 B) 0123 C) 01234 D) 1234
123
0125
A) 012
34
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the output of this code? int sum = 0; for(int i=1; i<=5; i++) { sum += i; } System.out.print(sum); A) 10 B) 15 C) 20 D) 5
C) 20
A) 10
D) 5
B) 15
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What will be the output of the following code?
int[][] matrix = {{1, 2}, {3, 4}};
for(int i=0; i
12 34
A) 1234
1 4 2 3
34 12
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the output of this code? for(int i=1; i<=3; i++) { for(int j=1; j<=i; j++) { System.out.print(j); } } A) 123 B) 123123 C) 123 D) 1 12 123
B) 123123
12312
1234
1 2 3
Create a free account and access millions of resources
Similar Resources on Quizizz
25 questions
round 2

Quiz
•
University
32 questions
Python Fundamentals- 02

Quiz
•
5th Grade - University
25 questions
Phases of compiler Quiz

Quiz
•
University
28 questions
MINDZONE - 4.1

Quiz
•
University
26 questions
python programming quiz

Quiz
•
12th Grade - University
25 questions
C Programming

Quiz
•
12th Grade - University
30 questions
Code Carrer 1st Year

Quiz
•
University
26 questions
Python Quiz SE 27/10/2023

Quiz
•
University
Popular Resources on Quizizz
15 questions
Multiplication Facts

Quiz
•
4th Grade
20 questions
Math Review - Grade 6

Quiz
•
6th Grade
20 questions
math review

Quiz
•
4th Grade
5 questions
capitalization in sentences

Quiz
•
5th - 8th Grade
10 questions
Juneteenth History and Significance

Interactive video
•
5th - 8th Grade
15 questions
Adding and Subtracting Fractions

Quiz
•
5th Grade
10 questions
R2H Day One Internship Expectation Review Guidelines

Quiz
•
Professional Development
12 questions
Dividing Fractions

Quiz
•
6th Grade