What are the different ways to loop over the array of names below?
```csharp
internal class Program
{
private static void Main(string[] args)
{
string[] names = {
"john", "jack", "mary", "mandy"
};
}
}
```
You have exceeded your view quota for the month. A subscription plan is required for unlimited views. Please note that you must also be logged in to purchase a subscription.