Exam 6: Single-Dimensional Arrays
Exam 1: Introduction to Computers, Programs, and Java9 Questions
Exam 2: Elementary Programming16 Questions
Exam 3: Selections21 Questions
Exam 4: Loops12 Questions
Exam 5: Methods17 Questions
Exam 6: Single-Dimensional Arrays8 Questions
Exam 7: Multidimensional Arrays8 Questions
Exam 8: Objects and Classes15 Questions
Exam 9: Strings24 Questions
Exam 10: Thinking in Objects25 Questions
Select questions type
Write a complete program that prints numbers from 1 to 50, but if numbers that are multiples of 5, print HiFive, else if numbers that are divisible by 2, print HiTwo, and else if numbers that are divisible by 3 or 7, print HiThreeOrSeven.
Free
(Essay)
4.8/5
(35)
Correct Answer:
What is i after the following for loop is finished? 

Free
(Multiple Choice)
4.9/5
(44)
Correct Answer:
B
Write a loop that computes (No need to write a complete program) 

(Multiple Choice)
4.9/5
(42)
How many times will the following code print "Welcome to Java"? 

(Multiple Choice)
4.8/5
(43)
Which of the following expression yields an integer between 0 and 100, inclusive?
(Multiple Choice)
4.9/5
(32)
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)