Home »
MCQs »
Scala MCQs
2-D structures in Scala can be looped using –
64. 2-D structures in Scala can be looped using -
- Nested Loop
- Structure
- Collection iteration
- None of these
Answer: A) Nested Loop
Explanation:
The 2-D structure can be looped using the nested loop.