Consider you want to compare the prices of redmi , sony, samsung phones in three online sites like amazon,fiipkart,ebay. Which array type is best suitable to do this comparision?
Answer options
A
one-dimensional array
B
two-dimensional arrays
C
three-dimensional arrays
Correct answer: two-dimensional arrays
Explanation
Quick AnswerThe correct answer is two-dimensional arrays because it directly addresses the core logic of Software Engineering.
Correct answer: two-dimensional arrays.