return false;} Which of the following can be used to replace / missing loop header / so that the method will work as intended?
a) for (int i = 0; i < n; i++)
b) while (condition)
c) do-while (condition)
d) foreach (type element in collection)