btreanakay8941 btreanakay8941 15-03-2024 Computers and Technology contestada 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)