a for loop, if the number of statements are greater than one, which of the following needs to be inserted at the beginning and the end of the loop?
Answer options
A
Square bracket [ ]
B
French curly braces{ }
C
Parenthesis
D
Arrows<>
Correct answer: French curly braces{ }
Explanation
Quick AnswerThe correct answer is French curly braces{ } because it directly addresses the core logic of Java Programming.
Correct answer: French curly braces{ }.