AMA University Answers
Login
Register
AMA OED
Courses
ITE
ITE-6104
Which is not a repetition cont...
Which is not a repetition control structure?
None of the choices
switch
Correct
do while
for
while
Feedbacks
FunPheasant
-
1 year ago
Upvoted this question
TenderCardinal
-
2 years ago
Upvoted this question
TestyEgret
-
2 years ago
Upvoted this question
Similar ITE-6104 questions
Which of the following has the correct form for an if statement?
What is the output of the code snippet below: int[] intArray = new int[10];for(int x = 0;...
Which of the following is a correct declaration of an array?
Which of the following array declarations is correct?
What is the output of the code snippet below: int[] intArray = { 1, 2, 3, 5, 6, 7 }; ...
Which of the following is a valid method name: